From cd77244e29a554f88239bf16df6d79195d26c3c8 Mon Sep 17 00:00:00 2001 From: Mariusz Skoneczko Date: Mon, 10 Jul 2017 10:33:39 +1000 Subject: [PATCH] [AnimeLab] Add display_id to tests --- youtube_dl/extractor/animelab.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/extractor/animelab.py b/youtube_dl/extractor/animelab.py index cdf135970..d6a62772d 100644 --- a/youtube_dl/extractor/animelab.py +++ b/youtube_dl/extractor/animelab.py @@ -28,6 +28,7 @@ class AnimeLabIE(InfoExtractor): 'info_dict': { 'id': '46000', 'ext': 'mp4', + 'display_id': 'death-note-episode-1', 'title': 'Death Note - Episode 1 - Rebirth', 'description': 'md5:82581ad67bf1f714409a434fd96ff85d', 'series': 'Death Note', @@ -46,6 +47,7 @@ class AnimeLabIE(InfoExtractor): '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',