mirror of
https://github.com/soimort/you-get.git
synced 2025-02-10 04:02:28 +03:00
[youku]sleep 3s to handle server time out of sync
This commit is contained in:
parent
c95146a4e2
commit
0fba6829d4
@ -148,6 +148,7 @@ class Youku(VideoExtractor):
|
|||||||
self.password = kwargs['password']
|
self.password = kwargs['password']
|
||||||
|
|
||||||
self.utid = fetch_cna()
|
self.utid = fetch_cna()
|
||||||
|
time.sleep(3)
|
||||||
self.youku_ups()
|
self.youku_ups()
|
||||||
|
|
||||||
if self.api_data.get('stream') is None:
|
if self.api_data.get('stream') is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user