Fix Mixdrop e gounlimited

This commit is contained in:
Alhaziel
2019-12-19 12:37:22 +01:00
parent 810f729bc4
commit 3463ededcb
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
data = re.sub(r'>\s\s*<', '><', data)
jsCode = scrapertoolsV2.find_single_match(data, r'<script>\s*MDCore\.ref = "[a-z0-9]+"; (.*?) </script>')
jsUnpacked = jsunpack.unpack(jsCode)
url = "https://" + scrapertoolsV2.find_single_match(jsUnpacked, r'MDCore\.vsr(?:c)?="//([^"]+)')
url = "https://" + scrapertoolsV2.find_single_match(jsUnpacked, r'vsr[^=]*="(?:/)?(/[^"]+)')
itemlist.append([".mp4 [MixDrop]", url])