1
0
mirror of https://github.com/ytdl-org/youtube-dl synced 2026-05-30 01:03:24 +00:00
This commit is contained in:
dirkf
2024-11-29 14:27:29 +00:00
committed by GitHub
parent 98e6231a25
commit da90df06c3

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),