1
0
Fork 0

Update to ytdl-2021.01.03

This commit is contained in:
pukkandan 2021-01-01 17:56:37 +05:30
commit 29f7c58aaf
96 changed files with 5721 additions and 3735 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')