[theplatform] allow passing geo bypass countries from other extractors

This commit is contained in:
Remita Amine 2020-12-25 21:16:36 +01:00
parent 0ee78d62d5
commit 2c312ab84a
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@ class ThePlatformIE(ThePlatformBaseIE, AdobePassIE):
def _real_extract(self, url):
url, smuggled_data = unsmuggle_url(url, {})
self._initialize_geo_bypass({
'countries': smuggled_data.get('geo_countries'),
})
mobj = re.match(self._VALID_URL, url)
provider_id = mobj.group('provider_id')