[refactor] Single quotes consistency
This commit is contained in:
parent
d800609c62
commit
611c1dd96e
59 changed files with 302 additions and 302 deletions
|
@ -217,7 +217,7 @@ class YoukuIE(InfoExtractor):
|
|||
video_password = self._downloader.params.get('videopassword')
|
||||
|
||||
# request basic data
|
||||
basic_data_url = "http://play.youku.com/play/get.json?vid=%s&ct=12" % video_id
|
||||
basic_data_url = 'http://play.youku.com/play/get.json?vid=%s&ct=12' % video_id
|
||||
if video_password:
|
||||
basic_data_url += '&pwd=%s' % video_password
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue