mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[youku] Simplify
This commit is contained in:
		| @@ -210,9 +210,7 @@ class YoukuIE(InfoExtractor): | |||||||
|         if video_password: |         if video_password: | ||||||
|             basic_data_url += '&pwd=%s' % video_password |             basic_data_url += '&pwd=%s' % video_password | ||||||
|  |  | ||||||
|         data = retrieve_data( |         data = retrieve_data(basic_data_url, 'Downloading JSON metadata') | ||||||
|             basic_data_url, |  | ||||||
|             'Downloading JSON metadata 1') |  | ||||||
|  |  | ||||||
|         error = data.get('error') |         error = data.get('error') | ||||||
|         if error: |         if error: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan