mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 01:27:07 -05:00 
			
		
		
		
	[dailymail] fix format extraction(closes #17976)
This commit is contained in:
		@@ -49,6 +49,9 @@ class DailyMailIE(InfoExtractor):
 | 
			
		||||
            'http://www.dailymail.co.uk/api/player/%s/video-sources.json' % video_id)
 | 
			
		||||
 | 
			
		||||
        video_sources = self._download_json(sources_url, video_id)
 | 
			
		||||
        body = video_sources.get('body')
 | 
			
		||||
        if body:
 | 
			
		||||
            video_sources = body
 | 
			
		||||
 | 
			
		||||
        formats = []
 | 
			
		||||
        for rendition in video_sources['renditions']:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user