mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[streamcloud] Modernize
This commit is contained in:
parent
1bbe317508
commit
6f9b54933f
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@ def _real_extract(self, url):
|
|||
''', orig_webpage)
|
||||
post = compat_urllib_parse.urlencode(fields)
|
||||
|
||||
self.to_screen('%s: Waiting for timeout' % video_id)
|
||||
time.sleep(12)
|
||||
self._sleep(12, video_id)
|
||||
headers = {
|
||||
b'Content-Type': b'application/x-www-form-urlencoded',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue