aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/aljazeera.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-11-14 06:11:49 +0600
committerSergey M․ <dstftw@gmail.com>2015-11-14 06:11:49 +0600
commit967e0955f007d4a348cf66cde818a903720d755f (patch)
treecb9a514b0f69e121039098409cc2b66c76dbb425 /youtube_dl/extractor/aljazeera.py
parent4e21b3a94f1ce7ba3757d59d1ac4baf9efaeed84 (diff)
parente01b432ad38b36b1ba6cb1b6dccecec51f9fc1e7 (diff)
downloadyoutube-dl-967e0955f007d4a348cf66cde818a903720d755f.tar.xz
Merge branch 'remitamine-brightcove_in_page_embed'
Diffstat (limited to 'youtube_dl/extractor/aljazeera.py')
-rw-r--r--youtube_dl/extractor/aljazeera.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/aljazeera.py b/youtube_dl/extractor/aljazeera.py
index 184a14a4f..5b2c0dc9a 100644
--- a/youtube_dl/extractor/aljazeera.py
+++ b/youtube_dl/extractor/aljazeera.py
@@ -15,7 +15,7 @@ class AlJazeeraIE(InfoExtractor):
'description': 'As a birth attendant advocating for family planning, Remy is on the frontline of Tondo\'s battle with overcrowding.',
'uploader': 'Al Jazeera English',
},
- 'add_ie': ['Brightcove'],
+ 'add_ie': ['BrightcoveLegacy'],
'skip': 'Not accessible from Travis CI server',
}
@@ -32,5 +32,5 @@ class AlJazeeraIE(InfoExtractor):
'playerKey=AQ~~%2CAAAAmtVJIFk~%2CTVGOQ5ZTwJbeMWnq5d_H4MOM57xfzApc'
'&%40videoPlayer={0}'.format(brightcove_id)
),
- 'ie_key': 'Brightcove',
+ 'ie_key': 'BrightcoveLegacy',
}