mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[generic] Add Referer header for direct videojs download URLs (closes #2879, closes #20217, closes #29053)
This commit is contained in:
		| @@ -3400,6 +3400,9 @@ class GenericIE(InfoExtractor): | ||||
|                         'url': src, | ||||
|                         'ext': (mimetype2ext(src_type) | ||||
|                                 or ext if ext in KNOWN_EXTENSIONS else 'mp4'), | ||||
|                         'http_headers': { | ||||
|                             'Referer': full_response.geturl(), | ||||
|                         }, | ||||
|                     }) | ||||
|             if formats: | ||||
|                 self._sort_formats(formats) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user