mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[vk] Add entry for netrc authentication
This commit is contained in:
parent
9032dc28a6
commit
5544e038ab
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
class VKIE(InfoExtractor):
|
||||
IE_NAME = 'vk.com'
|
||||
_VALID_URL = r'https?://vk\.com/(?:videos.*?\?.*?z=)?video(?P<id>.*?)(?:\?|%2F|$)'
|
||||
_NETRC_MACHINE = 'vk'
|
||||
|
||||
_TESTS = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue