[vk] Add entry for netrc authentication
[youtube-dl] / youtube_dl / extractor / vk.py
index b8299c2377ae2133749400c24904db8fdf2bee60..a293b8875138d6fca999cc1240f47d15df433290 100644 (file)
@@ -17,6 +17,7 @@ from ..utils import (
 class VKIE(InfoExtractor):
     IE_NAME = 'vk.com'
     _VALID_URL = r'https?://vk\.com/(?:videos.*?\?.*?z=)?video(?P<id>.*?)(?:\?|%2F|$)'
+    _NETRC_MACHINE = 'vk'
 
     _TESTS = [
         {