diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-18 00:33:41 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-18 00:33:41 +0100 |
commit | 15ec669374727c9bdc3aad0df141fdf305cb80be (patch) | |
tree | 364593753d168af2fea0477a33d646302f00e4a4 /youtube_dl | |
parent | a3fa5da4967bf2699bfd982cf56a8f627a13bda4 (diff) |
[vk] Amend playlist test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/vk.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py index 81e02a624..7dea8c59d 100644 --- a/youtube_dl/extractor/vk.py +++ b/youtube_dl/extractor/vk.py @@ -217,6 +217,9 @@ class VKUserVideosIE(InfoExtractor): _TEMPLATE_URL = 'https://vk.com/videos' _TEST = { 'url': 'http://vk.com/videos205387401', + 'info_dict': { + 'id': '205387401', + }, 'playlist_mincount': 4, } |