mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 21:47:17 +08:00
Streamcloud has reduced the waiting time from 10 seconds to 5
This commit is contained in:
parent
a277dd33eb
commit
e9b06ddffe
@ -45,7 +45,7 @@ class StreamcloudIE(InfoExtractor):
|
|||||||
value="([^"]*)"
|
value="([^"]*)"
|
||||||
''', orig_webpage)
|
''', orig_webpage)
|
||||||
|
|
||||||
self._sleep(12, video_id)
|
self._sleep(6, video_id)
|
||||||
|
|
||||||
webpage = self._download_webpage(
|
webpage = self._download_webpage(
|
||||||
url, video_id, data=urlencode_postdata(fields), headers={
|
url, video_id, data=urlencode_postdata(fields), headers={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user