KoD 1.7.7

- fix di routine ai canali/server\n\n
This commit is contained in:
marco
2023-06-30 19:39:03 +02:00
parent c3e02636fb
commit d29efd4ec2
68 changed files with 1784 additions and 543 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
packed = support.match(data, patron=r'(eval\(function\(p.*?)</').match
if packed:
data = jsunpack.unpack(packed).replace("\\", "")
video_urls = support.get_jwplayer_mediaurl(data, 'filemoon')
video_urls = support.get_jwplayer_mediaurl(data, 'filemoon', hls=True)
return video_urls