mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-05 23:54:24 +00:00
[streamcloud] Reduce waiting time to 6 seconds (#21092)
This commit is contained in:
parent
612300a686
commit
186d185b6e
|
@ -45,7 +45,7 @@ def _real_extract(self, url):
|
|||
value="([^"]*)"
|
||||
''', orig_webpage)
|
||||
|
||||
self._sleep(12, video_id)
|
||||
self._sleep(6, video_id)
|
||||
|
||||
webpage = self._download_webpage(
|
||||
url, video_id, data=urlencode_postdata(fields), headers={
|
||||
|
|
Loading…
Reference in a new issue