mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-28 15:46:54 +01:00
[vk] Improve login
This commit is contained in:
parent
2d19fb5072
commit
5f5a9d6158
@ -53,6 +53,7 @@ def _login(self):
|
|||||||
# We will workaround this VK issue by resetting the remixlhk cookie to
|
# We will workaround this VK issue by resetting the remixlhk cookie to
|
||||||
# the first one manually.
|
# the first one manually.
|
||||||
cookies = url_handle.headers.get('Set-Cookie')
|
cookies = url_handle.headers.get('Set-Cookie')
|
||||||
|
if cookies:
|
||||||
if sys.version_info[0] >= 3:
|
if sys.version_info[0] >= 3:
|
||||||
cookies = cookies.encode('iso-8859-1')
|
cookies = cookies.encode('iso-8859-1')
|
||||||
cookies = cookies.decode('utf-8')
|
cookies = cookies.decode('utf-8')
|
||||||
|
Loading…
Reference in New Issue
Block a user