mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
[cbc] use geo bypass mechanism
This commit is contained in:
parent
33dc173cdc
commit
86466a8b6f
@ -195,6 +195,7 @@ class CBCPlayerIE(InfoExtractor):
|
||||
class CBCWatchBaseIE(InfoExtractor):
|
||||
_device_id = None
|
||||
_device_token = None
|
||||
_GEO_COUNTRIES = ['CA']
|
||||
_API_BASE_URL = 'https://api-cbc.cloud.clearleap.com/cloffice/client/'
|
||||
_NS_MAP = {
|
||||
'media': 'http://search.yahoo.com/mrss/',
|
||||
|
Loading…
Reference in New Issue
Block a user