fixed hd for hydrax

Now it just defaults to the HD version instead. RIP the one person who actually wants sd quality on this. Will do an actual fix with self.quality later
master
Blatzar 2020-07-16 22:57:42 +00:00 committed by GitHub
parent 231d8f5bdd
commit acf56457ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ class Hydrax(BaseExtractor):
decoded_url = base64.b64decode(obfuscated_url[-1] + obfuscated_url[:-1]).decode('utf-8')
return {
'stream_url': f'https://{decoded_url}',
'stream_url': f'https://www.{decoded_url}',
'referer': url
}