From 3bcac3f1cb5d8452d20f23cbbb63385b3b81fdac Mon Sep 17 00:00:00 2001 From: Mariusz Skoneczko Date: Sun, 9 Jul 2017 13:44:07 +1000 Subject: [PATCH] [AnimeLab] Skip tests as they require authentication --- youtube_dl/extractor/animelab.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/animelab.py b/youtube_dl/extractor/animelab.py index 1b0b36a98..b7ff058eb 100644 --- a/youtube_dl/extractor/animelab.py +++ b/youtube_dl/extractor/animelab.py @@ -89,7 +89,8 @@ class AnimeLabIE(AnimeLabBaseIE): }, 'params': { 'format': '[format_id=59288_yeshardsubbed_ja-JP]', - } + }, + 'skip': 'All AnimeLab content requires authentication', }, { @@ -106,7 +107,8 @@ class AnimeLabIE(AnimeLabBaseIE): }, 'params': { 'format': '[format_id=21711_yeshardsubbed_ja-JP]', - } + }, + 'skip': 'All AnimeLab content requires authentication', }, ]