Skip to content

Commit

Permalink
[tudou] fix #2427
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Oct 13, 2017
1 parent 4b56e46 commit 7754232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/you_get/extractors/youku.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def prepare(self, **kwargs):
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
Expand Down

0 comments on commit 7754232

Please sign in to comment.