mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[zee5] Fix m3u8 formats extension
This commit is contained in:
		@@ -98,7 +98,7 @@ class Zee5IE(InfoExtractor):
 | 
				
			|||||||
            compat_str)
 | 
					            compat_str)
 | 
				
			||||||
        formats = self._extract_m3u8_formats(
 | 
					        formats = self._extract_m3u8_formats(
 | 
				
			||||||
            'https://zee5vodnd.akamaized.net' + m3u8_url.replace('/drm', '/hls', 1) + token_request['video_token'],
 | 
					            'https://zee5vodnd.akamaized.net' + m3u8_url.replace('/drm', '/hls', 1) + token_request['video_token'],
 | 
				
			||||||
            video_id, fatal=False)
 | 
					            video_id, 'mp4', fatal=False)
 | 
				
			||||||
        mpd_url = try_get(
 | 
					        mpd_url = try_get(
 | 
				
			||||||
            json_data,
 | 
					            json_data,
 | 
				
			||||||
            (lambda x: x['video'][0], lambda x: x['video_details']['url']),
 | 
					            (lambda x: x['video'][0], lambda x: x['video_details']['url']),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user