From ef79e86dd554d0c8c39b6c73adb0919a0d7810c6 Mon Sep 17 00:00:00 2001 From: carsten demming Date: Thu, 22 Feb 2018 02:13:15 +0100 Subject: [PATCH] - fixed abcnews extractor test case id --- youtube_dl/extractor/abcnews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/abcnews.py b/youtube_dl/extractor/abcnews.py index f770fe901..5046f4a56 100644 --- a/youtube_dl/extractor/abcnews.py +++ b/youtube_dl/extractor/abcnews.py @@ -66,7 +66,7 @@ class AbcNewsIE(InfoExtractor): _TESTS = [{ 'url': 'http://abcnews.go.com/Blotter/News/dramatic-video-rare-death-job-america/story?id=10498713#.UIhwosWHLjY', 'info_dict': { - 'id': '10498713', + 'id': '10505354', 'ext': 'flv', 'display_id': 'dramatic-video-rare-death-job-america', 'title': 'Occupational Hazards',