diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-10-10 23:14:25 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-10-10 23:14:25 +0600 |
commit | c936d8cc7b247f79dce2f5749dea5c18a08858fb (patch) | |
tree | eac5ef33b24d20b5ed845386b74fd3538b810f8d /youtube_dl | |
parent | e6174ee9753e044bdeac22c653f5762376cadbac (diff) |
[bbc] Add another test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/bbc.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index 7bbbc0b90..0a08a57bd 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -560,6 +560,19 @@ class BBCIE(BBCCoUkIE): 'skip_download': True, } }, { + # single video embedded with playlist.sxml in data-playable + 'url': 'http://www.bbc.com/turkce/multimedya/2015/10/151010_vid_ankara_patlama_ani', + 'info_dict': { + 'id': '151010_vid_ankara_patlama_ani', + 'ext': 'mp4', + 'title': "Ankara'da patlama anı", + 'timestamp': 1444480325, + 'upload_date': '20151010', + }, + 'params': { + 'skip_download': True, + } + }, { # single video embedded with mediaAssetPage.init() (regional section) 'url': 'http://www.bbc.com/mundo/video_fotos/2015/06/150619_video_honduras_militares_hospitales_corrupcion_aw', 'info_dict': { |