From 7aeb868f58132c801b715a50e00b902f98d30697 Mon Sep 17 00:00:00 2001 From: "Michael Hsin (ytd.l)" Date: Mon, 5 Dec 2016 13:46:18 +0800 Subject: [PATCH] Use a shorter video as test case. --- youtube_dl/extractor/linelive.py | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/youtube_dl/extractor/linelive.py b/youtube_dl/extractor/linelive.py index d8c6b69a3..d746d44e5 100644 --- a/youtube_dl/extractor/linelive.py +++ b/youtube_dl/extractor/linelive.py @@ -68,16 +68,27 @@ class LineLiveIE(LineLiveBaseInfoExtractor): _TESTS = [ { - 'url': 'https://live.line.me/channels/77/broadcast/214088', -# 'md5': 'c2b16f5a530eadf57cff1b82a3eed185', + 'url': 'https://live.line.me/channels/27121/broadcast/38687', + 'md5': 'd4f22649557d070fa1d61be2c483819b', 'info_dict': { - 'id': '214088', + 'id': '38687', 'ext': 'mp4', - 'title': '12月3日 ウェザーナイトニュース', - 'description': '明日の各地のお天気をおやすみ前にお届け。\nコミューニケーション型お天気情報番組♪\n\n皆さんからのコメントも募集中!\nおやすみ前の素敵な時間をLINE LIVEで!\n\nお天気キャスター:眞家泉', - 'duration': 972, + 'title': '短時間だよライブ', + 'description': '', + 'duration': 17, }, }, +# { +# 'url': 'https://live.line.me/channels/77/broadcast/214088', +# 'md5': 'c2b16f5a530eadf57cff1b82a3eed185', +# 'info_dict': { +# 'id': '214088', +# 'ext': 'mp4', +# 'title': '12月3日 ウェザーナイトニュース', +# 'description': '明日の各地のお天気をおやすみ前にお届け。\nコミューニケーション型お天気情報番組♪\n\n皆さんからのコメントも募集中!\nおやすみ前の素敵な時間をLINE LIVEで!\n\nお天気キャスター:眞家泉', +# 'duration': 972, +# }, +# }, { 'url': 'https://live.line.me/r/channels/21/broadcast/51883', 'only_matching': True,