[bbc] Add test for atricle with multiple videos embedded with playlist.sxml
authorSergey M․ <dstftw@gmail.com>
Sat, 10 Oct 2015 14:55:46 +0000 (20:55 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 10 Oct 2015 15:37:43 +0000 (21:37 +0600)
youtube_dl/extractor/bbc.py

index 930637cd79895ff4f0a8b6236b2d4710b3842e23..ffe2afa96fb47a0962a3485249e1aa2dafcdfe8d 100644 (file)
@@ -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',