1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 12:09:32 +00:00

[vk] Add entry for netrc authentication

This commit is contained in:
Sergey M. 2014-02-17 02:17:10 +07:00
parent 9032dc28a6
commit 5544e038ab

View 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 = [
{