Fix vidmoly, aniplay(A-Z), rimossi serieHD e DSDA, rimosso player premium altacommunity

This commit is contained in:
mac12m99
2021-08-07 17:32:12 +02:00
parent dbb44fbbd1
commit 4ca25679eb
7 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
video_urls = support.get_jwplayer_mediaurl(data, 'Vidmoly')
for url in video_urls:
logger.debug(url)
url[-1] = url[-1].replace(',','').replace('.urlset','').replace('/hls','')
url[-1] = url[-1].replace(',','').replace('.urlset','').replace('/hls','') + '|Referer=' + page_url
return video_urls