diff options
author | remitamine <remitamine@gmail.com> | 2016-03-05 21:52:24 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2016-03-05 21:52:24 +0100 |
commit | f22ba4bd60e9b4deeb1ca3e1f8162e607dc9648e (patch) | |
tree | b00c2b1eef1bf686755364aa688a7aa629906f0d /youtube_dl/extractor/pyvideo.py | |
parent | 1db772673e6345d830e1db3470ade0d234515509 (diff) |
update tests related to the change in youtube http format sorting
the change was done in 82156fdbf0913c75181484dcc813565713bf78e9
Diffstat (limited to 'youtube_dl/extractor/pyvideo.py')
-rw-r--r-- | youtube_dl/extractor/pyvideo.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/pyvideo.py b/youtube_dl/extractor/pyvideo.py index 6d5732d45..30a5f2de4 100644 --- a/youtube_dl/extractor/pyvideo.py +++ b/youtube_dl/extractor/pyvideo.py @@ -12,14 +12,14 @@ class PyvideoIE(InfoExtractor): _TESTS = [ { 'url': 'http://pyvideo.org/video/1737/become-a-logging-expert-in-30-minutes', - 'md5': 'de317418c8bc76b1fd8633e4f32acbc6', + 'md5': '520915673e53a5c5d487c36e0c4d85b5', 'info_dict': { 'id': '24_4WWkSmNo', - 'ext': 'mp4', + 'ext': 'webm', 'title': 'Become a logging expert in 30 minutes', 'description': 'md5:9665350d466c67fb5b1598de379021f7', 'upload_date': '20130320', - 'uploader': 'NextDayVideo', + 'uploader': 'Next Day Video', 'uploader_id': 'NextDayVideo', }, 'add_ie': ['Youtube'], |