From: Sergey M. Date: Sun, 16 Feb 2014 19:17:10 +0000 (+0700) Subject: [vk] Add entry for netrc authentication X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=5544e038ab034ed7003270dbf4e557e5df79e794;p=youtube-dl [vk] Add entry for netrc authentication --- diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py index b8299c237..a293b8875 100644 --- a/youtube_dl/extractor/vk.py +++ b/youtube_dl/extractor/vk.py @@ -17,6 +17,7 @@ from ..utils import ( class VKIE(InfoExtractor): IE_NAME = 'vk.com' _VALID_URL = r'https?://vk\.com/(?:videos.*?\?.*?z=)?video(?P.*?)(?:\?|%2F|$)' + _NETRC_MACHINE = 'vk' _TESTS = [ {