[vk] Amend playlist test

master
Philipp Hagemeister 10 years ago
parent a3fa5da496
commit 15ec669374
  1. 3
      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,
}

Loading…
Cancel
Save