1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-06 10:59:36 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ def _login(self):
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))