Spaces:
Paused
Paused
Update run.py
Browse files
run.py
CHANGED
|
@@ -207,7 +207,7 @@ def addon_stream(type, id):
|
|
| 207 |
if STREAMINGWATCH == "1":
|
| 208 |
url_streamingwatch = streamingwatch(id)
|
| 209 |
if url_streamingwatch:
|
| 210 |
-
streams['streams'].append({'title': 'StreamingWatch 720p', 'url': url_streamingwatch}
|
| 211 |
else:
|
| 212 |
streams['streams'].append({'title': f'{HF}Tantifilm', 'url': url_tuttifilm, 'behaviorHints': {'proxyHeaders': {"request": {"Referer": "https://d000d.com/"}}, 'notWebReady': True}})
|
| 213 |
if not streams['streams']:
|
|
|
|
| 207 |
if STREAMINGWATCH == "1":
|
| 208 |
url_streamingwatch = streamingwatch(id)
|
| 209 |
if url_streamingwatch:
|
| 210 |
+
streams['streams'].append({'title': 'StreamingWatch 720p', 'url': url_streamingwatch})
|
| 211 |
else:
|
| 212 |
streams['streams'].append({'title': f'{HF}Tantifilm', 'url': url_tuttifilm, 'behaviorHints': {'proxyHeaders': {"request": {"Referer": "https://d000d.com/"}}, 'notWebReady': True}})
|
| 213 |
if not streams['streams']:
|