mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[ie/tv5monde] Support browser impersonation (#10417)
Closes #10153 Authored by: bashonly
This commit is contained in:
		| @@ -96,7 +96,7 @@ class TV5MondePlusIE(InfoExtractor): | ||||
| 
 | ||||
|     def _real_extract(self, url): | ||||
|         display_id = self._match_id(url) | ||||
|         webpage = self._download_webpage(url, display_id) | ||||
|         webpage = self._download_webpage(url, display_id, impersonate=True) | ||||
| 
 | ||||
|         if ">Ce programme n'est malheureusement pas disponible pour votre zone géographique.<" in webpage: | ||||
|             self.raise_geo_restricted(countries=['FR']) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly