mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[refactor] Do not specify redundant None as second argument in dict.get()
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․