[youku] Simplify
[youtube-dl] / youtube_dl / extractor / youku.py
index b6129ecfad564ae5078a26ba0bb8a098a026f379..1b1878f3750e60fe18b3eb21e3063726d4ab1478 100644 (file)
@@ -210,9 +210,7 @@ class YoukuIE(InfoExtractor):
         if video_password:
             basic_data_url += '&pwd=%s' % video_password
 
-        data = retrieve_data(
-            basic_data_url,
-            'Downloading JSON metadata 1')
+        data = retrieve_data(basic_data_url, 'Downloading JSON metadata')
 
         error = data.get('error')
         if error: