Fix Wstream

This commit is contained in:
Alhaziel01
2020-04-22 22:42:53 +02:00
parent 9d5f0f6f5d
commit bbfd3a2946

View File

@@ -65,7 +65,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
video_urls.append([filetype, key.replace('https', 'http') + '|' + _headers])
else:
if not 'src' in key and 'file' in key: key['src'] = key['file']
if key['file'].split('.')[-1] == 'mpd': pass
if key['src'].split('.')[-1] == 'mpd': pass
video_urls.append([key['src'].split('.')[-1], key['src'].replace('https', 'http') + '|' + _headers])
except:
pass