[bbc] Add test for programme that fails with iptv-all mediaset
authorSergey M․ <dstftw@gmail.com>
Sat, 26 Sep 2015 14:07:12 +0000 (20:07 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 26 Sep 2015 14:07:12 +0000 (20:07 +0600)
youtube_dl/extractor/bbc.py

index 074b56372a8c3fee32798321bf319fed1b7c1491..cc2f6fed2ccd6ec4b0747fb2f45df4fbf3841e77 100644 (file)
@@ -156,6 +156,21 @@ class BBCCoUkIE(InfoExtractor):
                 'skip_download': True,
             },
             'skip': 'geolocation',
+        }, {
+            # iptv-all mediaset fails with geolocation however there is no geo restriction
+            # for this programme at all
+            'url': 'http://www.bbc.co.uk/programmes/b06bp7lf',
+            'info_dict': {
+                'id': 'b06bp7kf',
+                'ext': 'flv',
+                'title': "Annie Mac's Friday Night, B.Traits sits in for Annie",
+                'description': 'B.Traits sits in for Annie Mac with a Mini-Mix from Disclosure.',
+                'duration': 10800,
+            },
+            'params': {
+                # rtmp download
+                'skip_download': True,
+            },
         }, {
             'url': 'http://www.bbc.co.uk/iplayer/playlist/p01dvks4',
             'only_matching': True,