mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 11:43:47 +00:00 
			
		
		
		
	[afreecatv] Pass referrer to video info request (closes #15507)
This commit is contained in:
		
							parent
							
								
									0e0508c8a2
								
							
						
					
					
						commit
						fde677fed4
					
				@ -177,7 +177,9 @@ class AfreecaTVIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
        video_xml = self._download_xml(
 | 
			
		||||
            'http://afbbs.afreecatv.com:8080/api/video/get_video_info.php',
 | 
			
		||||
            video_id, query={
 | 
			
		||||
            video_id, headers={
 | 
			
		||||
                'Referer': 'http://vod.afreecatv.com/embed.php',
 | 
			
		||||
            }, query={
 | 
			
		||||
                'nTitleNo': video_id,
 | 
			
		||||
                'partialView': 'SKIP_ADULT',
 | 
			
		||||
            })
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user