mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	| @@ -57,7 +57,7 @@ class WatIE(InfoExtractor): | |||||||
|         #     'http://www.wat.tv/interface/contentv4s/' + video_id, video_id) |         #     'http://www.wat.tv/interface/contentv4s/' + video_id, video_id) | ||||||
|         video_data = self._download_json( |         video_data = self._download_json( | ||||||
|             'https://mediainfo.tf1.fr/mediainfocombo/' + video_id, |             'https://mediainfo.tf1.fr/mediainfocombo/' + video_id, | ||||||
|             video_id, query={'context': 'MYTF1'}) |             video_id, query={'context': 'MYTF1', 'pver': '4001000'}) | ||||||
|         video_info = video_data['media'] |         video_info = video_data['media'] | ||||||
|  |  | ||||||
|         error_desc = video_info.get('error_desc') |         error_desc = video_info.get('error_desc') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user