[refactor] Do not specify redundant None as second argument in dict.get()
This commit is contained in:
parent
c78c9cd10d
commit
d800609c62
10 changed files with 28 additions and 28 deletions
|
@ -214,7 +214,7 @@ class YoukuIE(InfoExtractor):
|
|||
|
||||
return raw_data['data']
|
||||
|
||||
video_password = self._downloader.params.get('videopassword', None)
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue