1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 02:19:29 +00:00

[youku] Simplify

This commit is contained in:
Yen Chi Hsuan 2015-12-12 15:19:14 +08:00
parent 4d77550cf0
commit ade2340971

View file

@ -210,9 +210,7 @@ class YoukuIE(InfoExtractor):
if video_password: if video_password:
basic_data_url += '&pwd=%s' % video_password basic_data_url += '&pwd=%s' % video_password
data = retrieve_data( data = retrieve_data(basic_data_url, 'Downloading JSON metadata')
basic_data_url,
'Downloading JSON metadata 1')
error = data.get('error') error = data.get('error')
if error: if error: