mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-06-30 11:02:54 -05:00
PEP8: more applied
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user