PEP8: more applied
[youtube-dl] / youtube_dl / extractor / tudou.py
index c8780790a0048af748e1d4237cf2c949e56b094c..3007b136f4f696eaff7eb332d00559e859841bb8 100644 (file)
@@ -37,7 +37,7 @@ class TudouIE(InfoExtractor):
     }]
 
     def _url_for_id(self, id, quality = None):
-        info_url = "http://v2.tudou.com/f?id="+str(id)
+        info_url = "http://v2.tudou.com/f?id=" +str(id)
         if quality:
             info_url += '&hd' + quality
         webpage = self._download_webpage(info_url, id, "Opening the info webpage")