浏览代码

[bbc.co.uk:iplayer:playlist] Skip unavailable test

Sergey M․ 9 年之前
父节点
当前提交
c6668e4ad1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/bbc.py

+ 1 - 0
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):