1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-05 00:33:06 +08:00

Delete a line of debugging code

This commit is contained in:
Yen Chi Hsuan 2013-11-19 13:13:08 +08:00
parent e5f74fc0b3
commit 683228851a

View File

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