mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-24 23:06:13 +03:00
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#776
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/865
Author: @apastel
Created: 1/31/2026
Status: 🔄 Open
Base:
main← Head:fix-chrome-auth-857📝 Commits (3)
149b4ddfix browser setup for Chrome (#857)19b821cMerge branch 'sigma67:main' into fix-chrome-auth-857515f114add automated test using chrome/firefox headers from test data📊 Changes
4 files changed (+157 additions, -0 deletions)
View changed files
📝
tests/auth/test_browser.py(+36 -0)➕
tests/data/raw_chrome_headers.txt(+87 -0)➕
tests/data/raw_firefox_headers.txt(+25 -0)📝
ytmusicapi/auth/browser.py(+9 -0)📄 Description
Fixes #857
Supports all three of the following formats for pasting headers:
Had to add a corner case to handled the odd
Decoded:header in Chrome, which looks like the following:It's the only one that still has a colon on the header key so it had to be handled differently. The end result in the parsed
user_headersis the same as it was before, where the property ends up beingDecoded: "}"🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.