1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-01-25 05:57:55 +01:00

[AnimeLab] Skip tests as they require authentication

This commit is contained in:
Mariusz Skoneczko 2017-07-09 13:44:07 +10:00
parent 28ee7cc6af
commit 3bcac3f1cb

View File

@ -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',
},
]