[ie/tv5monde] Support browser impersonation (#10417)

Closes #10153
Authored by: bashonly
pull/10430/head
bashonly 2 months ago committed by GitHub
parent 4f8448896e
commit 9b95a6765a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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'])

Loading…
Cancel
Save