mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[chaturbate] Use geo verification headers
This commit is contained in:
		| @@ -31,7 +31,8 @@ class ChaturbateIE(InfoExtractor): | ||||
|     def _real_extract(self, url): | ||||
|         video_id = self._match_id(url) | ||||
|  | ||||
|         webpage = self._download_webpage(url, video_id) | ||||
|         webpage = self._download_webpage( | ||||
|             url, video_id, headers=self.geo_verification_headers()) | ||||
|  | ||||
|         m3u8_urls = [] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user