mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
parent
0930b11fda
commit
f0ffaa1621
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class VKBaseIE(InfoExtractor):
|
|||
self._apply_first_set_cookie_header(url_handle, 'remixlhk')
|
||||
|
||||
login_page = self._download_webpage(
|
||||
'https://login.vk.com/?act=login', None,
|
||||
'https://vk.com/login', None,
|
||||
note='Logging in',
|
||||
data=urlencode_postdata(login_form))
|
||||
|
||||
|
|
Loading…
Reference in a new issue