Spaces:
Paused
Paused
Update filmpertutti.py
Browse files- filmpertutti.py +1 -2
filmpertutti.py
CHANGED
|
@@ -175,5 +175,4 @@ def get_stream_link(imbd):
|
|
| 175 |
real_link = get_real_link(film_link)
|
| 176 |
#let's get delivery link, streaming link
|
| 177 |
streaming_link = get_true_link(real_link)
|
| 178 |
-
return streaming_link
|
| 179 |
-
get_stream_link("tt16288804:1:1")
|
|
|
|
| 175 |
real_link = get_real_link(film_link)
|
| 176 |
#let's get delivery link, streaming link
|
| 177 |
streaming_link = get_true_link(real_link)
|
| 178 |
+
return streaming_link
|
|
|