Mythus commited on
Commit
6852de5
·
verified ·
1 Parent(s): 7ae148c

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +0 -2
run.py CHANGED
@@ -208,8 +208,6 @@ def addon_stream(type, id):
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']:
214
  abort(404)
215
 
 
208
  url_streamingwatch = streamingwatch(id)
209
  if url_streamingwatch:
210
  streams['streams'].append({'title': 'StreamingWatch 720p', 'url': url_streamingwatch})
 
 
211
  if not streams['streams']:
212
  abort(404)
213