mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-12 12:16:56 +01:00
Linty
This commit is contained in:
parent
98e6231a25
commit
da90df06c3
@ -61,7 +61,7 @@ class DoodStreamIE(InfoExtractor):
|
|||||||
'duration': 12.0,
|
'duration': 12.0,
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://dood.ws /d/h7ecgw5oqn8k',
|
'url': 'http://dood.ws/d/h7ecgw5oqn8k',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://dood.li/d/wlihoael8uog',
|
'url': 'https://dood.li/d/wlihoael8uog',
|
||||||
@ -94,7 +94,7 @@ class DoodStreamIE(InfoExtractor):
|
|||||||
'Referer': url,
|
'Referer': url,
|
||||||
}, note='Downloading authpage URL')
|
}, note='Downloading authpage URL')
|
||||||
final_url += ''.join((random_choice(ascii_letters + digits)
|
final_url += ''.join((random_choice(ascii_letters + digits)
|
||||||
for _ in range(10)))
|
for _ in range(10)))
|
||||||
final_url = update_url_query(final_url, {
|
final_url = update_url_query(final_url, {
|
||||||
'token': token,
|
'token': token,
|
||||||
'expiry': int(time_time() * 1000),
|
'expiry': int(time_time() * 1000),
|
||||||
|
Loading…
Reference in New Issue
Block a user