mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-01-25 05:57:55 +01:00
[AnimeLab] Also make sure test format has the expected height
This commit is contained in:
parent
cd77244e29
commit
739618fdee
@ -36,7 +36,7 @@ class AnimeLabIE(InfoExtractor):
|
||||
'episode_number': 1,
|
||||
},
|
||||
'params': {
|
||||
'format': '[format_id=59288_yeshardsubbed_ja-JP]',
|
||||
'format': '[format_id=59288_yeshardsubbed_ja-JP][height=480]',
|
||||
},
|
||||
'skip': 'All AnimeLab content requires authentication',
|
||||
},
|
||||
@ -55,7 +55,7 @@ class AnimeLabIE(InfoExtractor):
|
||||
'episode_number': 42,
|
||||
},
|
||||
'params': {
|
||||
'format': '[format_id=21711_yeshardsubbed_ja-JP]',
|
||||
'format': '[format_id=21711_yeshardsubbed_ja-JP][height=480]',
|
||||
},
|
||||
'skip': 'All AnimeLab content requires authentication',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user