mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:07:07 -05:00 
			
		
		
		
	Merge remote-tracking branch 'dstftw/download-referer-header' (closes #2628)
This commit is contained in:
		@@ -23,6 +23,8 @@ class HttpFD(FileDownloader):
 | 
				
			|||||||
        headers = {'Youtubedl-no-compression': 'True'}
 | 
					        headers = {'Youtubedl-no-compression': 'True'}
 | 
				
			||||||
        if 'user_agent' in info_dict:
 | 
					        if 'user_agent' in info_dict:
 | 
				
			||||||
            headers['Youtubedl-user-agent'] = info_dict['user_agent']
 | 
					            headers['Youtubedl-user-agent'] = info_dict['user_agent']
 | 
				
			||||||
 | 
					        if 'http_referer' in info_dict:
 | 
				
			||||||
 | 
					            headers['Referer'] = info_dict['http_referer']
 | 
				
			||||||
        basic_request = compat_urllib_request.Request(url, None, headers)
 | 
					        basic_request = compat_urllib_request.Request(url, None, headers)
 | 
				
			||||||
        request = compat_urllib_request.Request(url, None, headers)
 | 
					        request = compat_urllib_request.Request(url, None, headers)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -51,4 +51,5 @@ class AUEngineIE(InfoExtractor):
 | 
				
			|||||||
            'url': video_url,
 | 
					            'url': video_url,
 | 
				
			||||||
            'title': title,
 | 
					            'title': title,
 | 
				
			||||||
            'thumbnail': thumbnail,
 | 
					            'thumbnail': thumbnail,
 | 
				
			||||||
 | 
					            'http_referer': 'http://www.auengine.com/flowplayer/flowplayer.commercial-3.2.14.swf',
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user