[AnimeLab] Also make sure test format has the expected height

This commit is contained in:
Mariusz Skoneczko 2017-07-10 10:36:44 +10:00
parent cd77244e29
commit 739618fdee

View File

@ -36,7 +36,7 @@ class AnimeLabIE(InfoExtractor):
'episode_number': 1, 'episode_number': 1,
}, },
'params': { 'params': {
'format': '[format_id=59288_yeshardsubbed_ja-JP]', 'format': '[format_id=59288_yeshardsubbed_ja-JP][height=480]',
}, },
'skip': 'All AnimeLab content requires authentication', 'skip': 'All AnimeLab content requires authentication',
}, },
@ -55,7 +55,7 @@ class AnimeLabIE(InfoExtractor):
'episode_number': 42, 'episode_number': 42,
}, },
'params': { 'params': {
'format': '[format_id=21711_yeshardsubbed_ja-JP]', 'format': '[format_id=21711_yeshardsubbed_ja-JP][height=480]',
}, },
'skip': 'All AnimeLab content requires authentication', 'skip': 'All AnimeLab content requires authentication',
}, },