commit: 15ec669374727c9bdc3aad0df141fdf305cb80be
parent a3fa5da4967bf2699bfd982cf56a8f627a13bda4
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Wed, 18 Feb 2015 00:33:41 +0100
[vk] Amend playlist test
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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,
}