Browse Source

[streamcloud] Reduce waiting time to 6 seconds (#21092)

master
Malte Kiefer 5 years ago
committed by Sergey M
parent
commit
186d185b6e
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/streamcloud.py

2
youtube_dl/extractor/streamcloud.py

@ -45,7 +45,7 @@ class StreamcloudIE(InfoExtractor):
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…
Cancel
Save