[Cookies] to find https://www.youtube.com/playlist?list=LL only work with firefox #22

Closed
opened 2023-01-02 20:29:38 +01:00 by qo-op · 1 comment
Owner

[Cookies] Extracting cookies from chromium
WARNING: cannot decrypt v11 cookies: no key found
/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes
/usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes
[Cookies] Extracted 0 cookies from chromium (134 could not be decrypted)

[Cookies] Extracting cookies from chromium

Making a PAD to find solutions and explain howto

[Cookies] Extracting cookies from chromium WARNING: cannot decrypt v11 cookies: no key found /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes [Cookies] Extracted 0 cookies from chromium (134 could not be decrypted) [Cookies] Extracting cookies from chromium Making a PAD to find solutions and explain howto
Author
Owner
    BZER=$(xdg-settings get default-web-browser | cut -d '.' -f 1 | cut -d '-' -f 1) ## GET cookies-from-browser
    [[ $BZER ]] && BROWSER="--cookies-from-browser $BZER " || BROWSER=""
BZER=$(xdg-settings get default-web-browser | cut -d '.' -f 1 | cut -d '-' -f 1) ## GET cookies-from-browser [[ $BZER ]] && BROWSER="--cookies-from-browser $BZER " || BROWSER=""
qo-op closed this issue 2023-11-10 14:18:07 +01:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: STI/Astroport.ONE#22
No description provided.