mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Merge pull request #4076 from ghedo/direct_type
[generic] indicate when a direct video has been extracted
This commit is contained in:
		| @@ -576,6 +576,7 @@ class GenericIE(InfoExtractor): | ||||
|             return { | ||||
|                 'id': video_id, | ||||
|                 'title': os.path.splitext(url_basename(url))[0], | ||||
|                 'direct': True, | ||||
|                 'formats': [{ | ||||
|                     'format_id': m.group('format_id'), | ||||
|                     'url': url, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz