From b0e866733f556bda7da1645200c0d117caf7b64e Mon Sep 17 00:00:00 2001 From: Sergey M Date: Sat, 17 Nov 2018 20:58:14 +0700 Subject: [PATCH] Update vk.py --- youtube_dl/extractor/vk.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py index 4ecec9af8..b52d15ac6 100644 --- a/youtube_dl/extractor/vk.py +++ b/youtube_dl/extractor/vk.py @@ -504,8 +504,7 @@ class VKUserVideosIE(VKBaseIE): }, { 'url': 'http://new.vk.com/videos205387401', 'only_matching': True, - } - ] + }] def _real_extract(self, url): page_id = self._match_id(url)