[youku]sleep 3s to handle server time out of sync

This commit is contained in:
MaxwellGoblin 2017-09-06 20:59:14 +08:00
parent c95146a4e2
commit 0fba6829d4

View File

@ -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: