fix mixdrop and supervideo

This commit is contained in:
ilmich
2024-03-05 21:06:09 +01:00
parent a172fe86f3
commit 3a183b82f8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
# data = httptools.downloadpage(page_url).data
global data
code_data = scrapertools.find_single_match(data, """<script type=["']text/javascript["']>(eval.*)""")
code_data = scrapertools.find_single_match(data, """<script type=["'].*text/javascript["']>(eval.*)""")
if code_data:
code = jsunpack.unpack(code_data)