mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 06:07:07 -05:00 
			
		
		
		
	[fktv] get format_id from video file ext
This commit is contained in:
		@@ -45,7 +45,7 @@ class FKTVIE(InfoExtractor):
 | 
				
			|||||||
        urls = re.findall(r'<source[^>]+src="([^"]+)"', sources)
 | 
					        urls = re.findall(r'<source[^>]+src="([^"]+)"', sources)
 | 
				
			||||||
        formats = [{
 | 
					        formats = [{
 | 
				
			||||||
            'url': furl,
 | 
					            'url': furl,
 | 
				
			||||||
            'format_id': determine_ext(url),
 | 
					            'format_id': determine_ext(furl),
 | 
				
			||||||
        } for furl in urls]
 | 
					        } for furl in urls]
 | 
				
			||||||
        return {
 | 
					        return {
 | 
				
			||||||
            'id': episode,
 | 
					            'id': episode,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user