mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	| @@ -53,7 +53,7 @@ class OlympicsReplayIE(InfoExtractor): | ||||
|             }) | ||||
|         m3u8_url = self._download_json( | ||||
|             f'https://olympics.com/tokenGenerator?url={m3u8_url}', uuid, note='Downloading m3u8 url') | ||||
|         formats, subtitles = self._extract_m3u8_formats_and_subtitles(m3u8_url, uuid, m3u8_id='hls') | ||||
|         formats, subtitles = self._extract_m3u8_formats_and_subtitles(m3u8_url, uuid, 'mp4', m3u8_id='hls') | ||||
|         self._sort_formats(formats) | ||||
| 
 | ||||
|         return { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan