Skip to content

Commit

Permalink
Linty
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf authored Nov 29, 2024
1 parent 98e6231 commit da90df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions youtube_dl/extractor/doodstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -94,7 +94,7 @@ def get_title(html, fatal=False):
'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),
Expand Down

0 comments on commit da90df0

Please sign in to comment.