PEP8: E225,E227
[youtube-dl] / youtube_dl / extractor / tudou.py
index c8780790a0048af748e1d4237cf2c949e56b094c..b6e4a432b43c61d0267196c9ed4c58c10afabd6a 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")