mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[afreecatv] Pass referrer to video info request (closes #15507)
This commit is contained in:
		| @@ -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', | ||||
|             }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․