[AnimeLab] Removed superfluous test
This commit is contained in:
parent
739618fdee
commit
84d4419bad
@ -21,45 +21,24 @@ class AnimeLabIE(InfoExtractor):
|
|||||||
# or you can set 'username' and 'password' there
|
# or you can set 'username' and 'password' there
|
||||||
# the tests also select a specific format so that the same video is downloaded
|
# the tests also select a specific format so that the same video is downloaded
|
||||||
# regardless of whether the user is premium or not (needs testing on a premium account)
|
# regardless of whether the user is premium or not (needs testing on a premium account)
|
||||||
_TESTS = [
|
_TEST = {
|
||||||
{
|
'url': 'https://www.animelab.com/player/fullmetal-alchemist-brotherhood-episode-42',
|
||||||
'url': 'https://www.animelab.com/player/death-note-episode-1',
|
'md5': '05bde4b91a5d1ff46ef5b94df05b0f7f',
|
||||||
'md5': 'cfb6eab52b32f687c1cad1adc945ca65',
|
'info_dict': {
|
||||||
'info_dict': {
|
'id': '383',
|
||||||
'id': '46000',
|
'ext': 'mp4',
|
||||||
'ext': 'mp4',
|
'display_id': 'fullmetal-alchemist-brotherhood-episode-42',
|
||||||
'display_id': 'death-note-episode-1',
|
'title': 'Fullmetal Alchemist: Brotherhood - Episode 42 - Signs of a Counteroffensive',
|
||||||
'title': 'Death Note - Episode 1 - Rebirth',
|
'description': 'md5:103eb61dd0a56d3dfc5dbf748e5e83f4',
|
||||||
'description': 'md5:82581ad67bf1f714409a434fd96ff85d',
|
'series': 'Fullmetal Alchemist: Brotherhood',
|
||||||
'series': 'Death Note',
|
'episode': 'Signs of a Counteroffensive',
|
||||||
'episode': 'Rebirth',
|
'episode_number': 42,
|
||||||
'episode_number': 1,
|
|
||||||
},
|
|
||||||
'params': {
|
|
||||||
'format': '[format_id=59288_yeshardsubbed_ja-JP][height=480]',
|
|
||||||
},
|
|
||||||
'skip': 'All AnimeLab content requires authentication',
|
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
{
|
'format': '[format_id=21711_yeshardsubbed_ja-JP][height=480]',
|
||||||
'url': 'https://www.animelab.com/player/fullmetal-alchemist-brotherhood-episode-42',
|
|
||||||
'md5': '05bde4b91a5d1ff46ef5b94df05b0f7f',
|
|
||||||
'info_dict': {
|
|
||||||
'id': '383',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'display_id': 'fullmetal-alchemist-brotherhood-episode-42',
|
|
||||||
'title': 'Fullmetal Alchemist: Brotherhood - Episode 42 - Signs of a Counteroffensive',
|
|
||||||
'description': 'md5:103eb61dd0a56d3dfc5dbf748e5e83f4',
|
|
||||||
'series': 'Fullmetal Alchemist: Brotherhood',
|
|
||||||
'episode': 'Signs of a Counteroffensive',
|
|
||||||
'episode_number': 42,
|
|
||||||
},
|
|
||||||
'params': {
|
|
||||||
'format': '[format_id=21711_yeshardsubbed_ja-JP][height=480]',
|
|
||||||
},
|
|
||||||
'skip': 'All AnimeLab content requires authentication',
|
|
||||||
},
|
},
|
||||||
]
|
'skip': 'All AnimeLab content requires authentication',
|
||||||
|
}
|
||||||
|
|
||||||
_LOGIN_REQUIRED = True
|
_LOGIN_REQUIRED = True
|
||||||
_LOGIN_URL = 'https://www.animelab.com/login'
|
_LOGIN_URL = 'https://www.animelab.com/login'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user