mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[atresplayer] Skip HLS completely (Closes #8261)
This commit is contained in:
		| @@ -132,11 +132,6 @@ class AtresPlayerIE(InfoExtractor): | ||||
|                 }) | ||||
|             formats.append(format_info) | ||||
|  | ||||
|         m3u8_url = player.get('urlVideoHls') | ||||
|         if m3u8_url: | ||||
|             formats.extend(self._extract_m3u8_formats( | ||||
|                 m3u8_url, episode_id, 'mp4', 'm3u8_native', m3u8_id='hls', fatal=False)) | ||||
|  | ||||
|         timestamp = int_or_none(self._download_webpage( | ||||
|             self._TIME_API_URL, | ||||
|             video_id, 'Downloading timestamp', fatal=False), 1000, time.time()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․