mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
[tudou] fix #2427
This commit is contained in:
parent
4b56e46d2a
commit
77542320f0
@ -148,7 +148,7 @@ class Youku(VideoExtractor):
|
||||
log.wtf('Cannot fetch vid')
|
||||
|
||||
if kwargs.get('src') and kwargs['src'] == 'tudou':
|
||||
self.ccode = '0402'
|
||||
self.ccode = '050F'
|
||||
|
||||
if kwargs.get('password') and kwargs['password']:
|
||||
self.password_protected = True
|
||||
|
Loading…
Reference in New Issue
Block a user