Skip to content

Commit

Permalink
[streamcloud] Reduce waiting time to 6 seconds (#21092)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteKiefer authored and dstftw committed May 22, 2019
1 parent 612300a commit 186d185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/streamcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 186d185

Please sign in to comment.