[ie/tiktok] Restore `carrier_region` API parameter (#9637)

Avoids some geo-blocks

Authored by: bashonly
pull/9752/head
bashonly 4 weeks ago committed by GitHub
parent 2ab2651a4a
commit fc53ec13ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -155,6 +155,7 @@ class TikTokBaseIE(InfoExtractor):
'locale': 'en',
'ac2': 'wifi5g',
'uoo': '1',
'carrier_region': 'US',
'op_region': 'US',
'build_number': self._APP_INFO['app_version'],
'region': 'US',

Loading…
Cancel
Save