mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[extractor/generic] Extract f4m formats from final URLs
This commit is contained in:
		| @@ -1990,6 +1990,8 @@ class GenericIE(InfoExtractor): | |||||||
|                 entry_info_dict['formats'] = self._extract_m3u8_formats(video_url, video_id, ext='mp4') |                 entry_info_dict['formats'] = self._extract_m3u8_formats(video_url, video_id, ext='mp4') | ||||||
|             elif ext == 'mpd': |             elif ext == 'mpd': | ||||||
|                 entry_info_dict['formats'] = self._extract_mpd_formats(video_url, video_id) |                 entry_info_dict['formats'] = self._extract_mpd_formats(video_url, video_id) | ||||||
|  |             elif ext == 'f4m': | ||||||
|  |                 entry_info_dict['formats'] = self._extract_f4m_formats(video_url, video_id) | ||||||
|             else: |             else: | ||||||
|                 entry_info_dict['url'] = video_url |                 entry_info_dict['url'] = video_url | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․