summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-07-21 22:34:55 +0700
committerSergey M․ <dstftw@gmail.com>2016-07-21 22:34:55 +0700
commitc6668e4ad1f0debd4058c0d42229f45f1e49c5d1 (patch)
treef228a656738184bd09768b6de24a6c74627767bd
parent84e8cca48bdb2cda290f458e31b34a677eb260ae (diff)
downloadyoutube-dl-c6668e4ad1f0debd4058c0d42229f45f1e49c5d1.tar.gz
youtube-dl-c6668e4ad1f0debd4058c0d42229f45f1e49c5d1.tar.xz
youtube-dl-c6668e4ad1f0debd4058c0d42229f45f1e49c5d1.zip
[bbc.co.uk:iplayer:playlist] Skip unavailable test
-rw-r--r--youtube_dl/extractor/bbc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py
index e3b14c854..31065cde2 100644
--- a/youtube_dl/extractor/bbc.py
+++ b/youtube_dl/extractor/bbc.py
@@ -1023,6 +1023,7 @@ class BBCCoUkIPlayerPlaylistIE(BBCCoUkPlaylistBaseIE):
             'description': 'French thriller serial about a missing teenager.',
         },
         'playlist_mincount': 6,
+        'skip': 'This programme is not currently available on BBC iPlayer',
     }
 
     def _extract_title_and_description(self, webpage):