mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +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.utid = fetch_cna()
|
||||
time.sleep(3)
|
||||
self.youku_ups()
|
||||
|
||||
if self.api_data.get('stream') is None:
|
||||
|
Loading…
Reference in New Issue
Block a user