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/vk.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/vk.py')
-rw-r--r-- | youtube_dl/extractor/vk.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py index 670a438af..d560a4b5e 100644 --- a/youtube_dl/extractor/vk.py +++ b/youtube_dl/extractor/vk.py @@ -142,10 +142,10 @@ class VKIE(InfoExtractor): 'url': 'https://vk.com/video276849682_170681728', 'info_dict': { 'id': 'V3K4mi0SYkc', - 'ext': 'mp4', + 'ext': 'webm', 'title': "DSWD Awards 'Children's Joy Foundation, Inc.' Certificate of Registration and License to Operate", 'description': 'md5:bf9c26cfa4acdfb146362682edd3827a', - 'duration': 179, + 'duration': 178, 'upload_date': '20130116', 'uploader': "Children's Joy Foundation", 'uploader_id': 'thecjf', |