diff options
| author | Michael Käufl <youtube-dl@c.michael-kaeufl.de> | 2014-11-05 14:30:39 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-11-12 15:26:29 +0100 | 
| commit | 732c848c14af4b0c1c80176cc99588049dc837b3 (patch) | |
| tree | 2a88ff04e4cb1870be8e332a4b7aef960ff92fe4 | |
| parent | 9d2a4dae90383e5da73f7e30ef83479b82c446b7 (diff) | |
[abc] Update test case
Old video has expired.
| -rw-r--r-- | youtube_dl/extractor/abc.py | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/youtube_dl/extractor/abc.py b/youtube_dl/extractor/abc.py index 69f89320c..dc0fb85d6 100644 --- a/youtube_dl/extractor/abc.py +++ b/youtube_dl/extractor/abc.py @@ -11,13 +11,13 @@ class ABCIE(InfoExtractor):      _VALID_URL = r'http://www\.abc\.net\.au/news/[^/]+/[^/]+/(?P<id>\d+)'      _TEST = { -        'url': 'http://www.abc.net.au/news/2014-07-25/bringing-asylum-seekers-to-australia-would-give/5624716', -        'md5': 'dad6f8ad011a70d9ddf887ce6d5d0742', +        'url': 'http://www.abc.net.au/news/2014-11-05/australia-to-staff-ebola-treatment-centre-in-sierra-leone/5868334', +        'md5': 'cb3dd03b18455a661071ee1e28344d9f',          'info_dict': { -            'id': '5624716', +            'id': '5868334',              'ext': 'mp4', -            'title': 'Bringing asylum seekers to Australia would give them right to asylum claims: professor', -            'description': 'md5:ba36fa5e27e5c9251fd929d339aea4af', +            'title': 'Australia to help staff Ebola treatment centre in Sierra Leone', +            'description': 'md5:809ad29c67a05f54eb41f2a105693a67',          },      } | 
