mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[tf1] fix info extraction(fixes #8599)
This commit is contained in:
		| @@ -50,6 +50,4 @@ class TF1IE(InfoExtractor): | ||||
|         wat_id = self._html_search_regex( | ||||
|             r'(["\'])(?:https?:)?//www\.wat\.tv/embedframe/.*?(?P<id>\d{8})\1', | ||||
|             webpage, 'wat id', group='id') | ||||
|         wat_info = self._download_json( | ||||
|             'http://www.wat.tv/interface/contentv3/%s' % wat_id, video_id) | ||||
|         return self.url_result(wat_info['media']['url'], 'Wat') | ||||
|         return self.url_result('wat:%s' % wat_id, 'Wat') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 remitamine
					remitamine