[theplatform] allow passing geo bypass countries from other extractors
This commit is contained in:
parent
0ee78d62d5
commit
2c312ab84a
1 changed files with 3 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue