diff options
author | Wandang <Wandang@web.de> | 2018-02-23 23:17:21 +0100 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2018-02-24 05:17:21 +0700 |
commit | 2d17c631406c768f91fe98f6afa1f5e565fe601e (patch) | |
tree | 9e4b434f72201a473adb1b6dd007dab1085a037e /youtube_dl | |
parent | f2908d072edb898bc3e9b181729e7d0b9be950fd (diff) |
[abcnews] Update tests
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/abcnews.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/abcnews.py b/youtube_dl/extractor/abcnews.py index f770fe901..cd29aca77 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', @@ -79,7 +79,7 @@ class AbcNewsIE(InfoExtractor): }, { 'url': 'http://abcnews.go.com/Entertainment/justin-timberlake-performs-stop-feeling-eurovision-2016/story?id=39125818', 'info_dict': { - 'id': '39125818', + 'id': '38897857', 'ext': 'mp4', 'display_id': 'justin-timberlake-performs-stop-feeling-eurovision-2016', 'title': 'Justin Timberlake Drops Hints For Secret Single', |