From b5d48cb1ef741ef999d038a3bc80943b1ae37a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 10 Oct 2015 20:55:46 +0600 Subject: [PATCH] [bbc] Add test for atricle with multiple videos embedded with playlist.sxml --- youtube_dl/extractor/bbc.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index 930637cd7..ffe2afa96 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -608,6 +608,14 @@ class BBCIE(BBCCoUkIE): # rtmp download 'skip_download': True, } + }, { + # article with multiple videos embedded with playlist.sxml + 'url': 'http://www.bbc.com/sport/0/football/34475836', + 'info_dict': { + 'id': '34475836', + 'title': 'What Liverpool can expect from Klopp', + }, + 'playlist_count': 3, }, { # single video with playlist URL from weather section 'url': 'http://www.bbc.com/weather/features/33601775',