UrloMythus commited on
Commit
600ba70
·
1 Parent(s): ea83f4c

added HF to movie results

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -49,8 +49,8 @@ def addon_stream(type, id):
49
  url_streaming_community = streaming_community(id)
50
  print(url_streaming_community)
51
  if url_streaming_community is not None:
52
- streams['streams'].append({'title': 'StreamingCommunity 1080p', 'url': f'{url_streaming_community}?rendition=1080p'})
53
- streams['streams'].append({'title': 'StreamingCommunity 720p', 'url': f'{url_streaming_community}?rendition=720p'})
54
 
55
  # If FILMPERTUTTI == 1, scrape that site
56
  if FILMPERTUTTI == "1":
 
49
  url_streaming_community = streaming_community(id)
50
  print(url_streaming_community)
51
  if url_streaming_community is not None:
52
+ streams['streams'].append({'title': 'HF StreamingCommunity 1080p', 'url': f'{url_streaming_community}?rendition=1080p'})
53
+ streams['streams'].append({'title': 'HF StreamingCommunity 720p', 'url': f'{url_streaming_community}?rendition=720p'})
54
 
55
  # If FILMPERTUTTI == 1, scrape that site
56
  if FILMPERTUTTI == "1":