aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/pyvideo.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-03-05 21:52:24 +0100
committerremitamine <remitamine@gmail.com>2016-03-05 21:52:24 +0100
commitf22ba4bd60e9b4deeb1ca3e1f8162e607dc9648e (patch)
treeb00c2b1eef1bf686755364aa688a7aa629906f0d /youtube_dl/extractor/pyvideo.py
parent1db772673e6345d830e1db3470ade0d234515509 (diff)
downloadyoutube-dl-f22ba4bd60e9b4deeb1ca3e1f8162e607dc9648e.zip
youtube-dl-f22ba4bd60e9b4deeb1ca3e1f8162e607dc9648e.tar.gz
youtube-dl-f22ba4bd60e9b4deeb1ca3e1f8162e607dc9648e.tar.bz2
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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/pyvideo.py b/youtube_dl/extractor/pyvideo.py
index 6d5732d..30a5f2d 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'],