mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[dumpert] Add cpc cookie (Closes #5672)
This commit is contained in:
		| @@ -26,7 +26,7 @@ class DumpertIE(InfoExtractor): | ||||
|         video_id = self._match_id(url) | ||||
|  | ||||
|         req = compat_urllib_request.Request(url) | ||||
|         req.add_header('Cookie', 'nsfw=1') | ||||
|         req.add_header('Cookie', 'nsfw=1; cpc=10') | ||||
|         webpage = self._download_webpage(req, video_id) | ||||
|  | ||||
|         files_base64 = self._search_regex( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․