aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/byutv.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/byutv.py')
-rw-r--r--youtube_dl/extractor/byutv.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/byutv.py b/youtube_dl/extractor/byutv.py
index dd7d2f858..4bf4efe1f 100644
--- a/youtube_dl/extractor/byutv.py
+++ b/youtube_dl/extractor/byutv.py
@@ -39,10 +39,10 @@ class BYUtvIE(InfoExtractor):
'https://api.byutv.org/api3/catalog/getvideosforcontent', video_id,
query={
'contentid': video_id,
- 'channel': 'byutv_global',
- 'x-byutv-context': 'web$Global',
+ 'channel': 'byutv',
+ 'x-byutv-context': 'web$US',
}, headers={
- 'x-byutv-context': 'web$Global',
+ 'x-byutv-context': 'web$US',
'x-byutv-platformkey': 'xsaaw9c7y5',
})['ooyalaVOD']