1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-03 20:42:53 -05:00

[vk] Fix login (#1495)

Closes #1459
Authored by: kaz-us
This commit is contained in:
kaz-us
2021-10-31 18:16:12 +04:00
committed by GitHub
parent 0930b11fda
commit f0ffaa1621

View File

@ -51,7 +51,7 @@ class VKBaseIE(InfoExtractor):
self._apply_first_set_cookie_header(url_handle, 'remixlhk') self._apply_first_set_cookie_header(url_handle, 'remixlhk')
login_page = self._download_webpage( login_page = self._download_webpage(
'https://login.vk.com/?act=login', None, 'https://vk.com/login', None,
note='Logging in', note='Logging in',
data=urlencode_postdata(login_form)) data=urlencode_postdata(login_form))