mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-04 22:32:51 +08:00
Delete a line of debugging code
This commit is contained in:
parent
e5f74fc0b3
commit
683228851a
@ -86,8 +86,6 @@ class YoukuIE(InfoExtractor):
|
|||||||
error_code = config['data'][0].get('error_code')
|
error_code = config['data'][0].get('error_code')
|
||||||
# XXX: needs a way to restore the original proxy settings
|
# XXX: needs a way to restore the original proxy settings
|
||||||
compat_urllib_request.install_opener(compat_urllib_request.build_opener(compat_urllib_request.ProxyHandler({})))
|
compat_urllib_request.install_opener(compat_urllib_request.build_opener(compat_urllib_request.ProxyHandler({})))
|
||||||
else:
|
|
||||||
print 'hahaha'
|
|
||||||
|
|
||||||
if error_code:
|
if error_code:
|
||||||
error = config['data'][0].get('error') # Chinese and English, separated by newline.
|
error = config['data'][0].get('error') # Chinese and English, separated by newline.
|
||||||
|
Loading…
Reference in New Issue
Block a user