minor fixes

This commit is contained in:
alfa-addon
2017-08-20 20:15:06 -04:00
parent e784bdc8be
commit 5e42e4ab72

1
plugin.video.alfa/servers/flashx.py Executable file → Normal file
View File

@@ -40,6 +40,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
pass
matches = scrapertools.find_multiple_matches(data, "<script type='text/javascript'>(.*?)</script>")
m = ""
for n, m in enumerate(matches):
if m.startswith("eval"):
try: