This commit is contained in:
dirkf 2024-11-29 14:27:29 +00:00 committed by GitHub
parent 98e6231a25
commit da90df06c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ class DoodStreamIE(InfoExtractor):
'duration': 12.0,
},
}, {
'url': 'http://dood.ws /d/h7ecgw5oqn8k',
'url': 'http://dood.ws/d/h7ecgw5oqn8k',
'only_matching': True,
}, {
'url': 'https://dood.li/d/wlihoael8uog',
@ -94,7 +94,7 @@ class DoodStreamIE(InfoExtractor):
'Referer': url,
}, note='Downloading authpage URL')
final_url += ''.join((random_choice(ascii_letters + digits)
for _ in range(10)))
for _ in range(10)))
final_url = update_url_query(final_url, {
'token': token,
'expiry': int(time_time() * 1000),