Mythus commited on
Commit
b569201
·
verified ·
1 Parent(s): 1d06723

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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']: