mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +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#604
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/371
Author: @sigma67
Created: 4/4/2023
Status: ✅ Merged
Merged: 4/5/2023
Merged by: @sigma67
Base:
master← Head:10-proper-authentication📝 Commits (10+)
0520f96implement oauth authentication (#10)d3ee432CI: add OAUTH_JSON secret232e905Update coverage.yml611a92aUpdate coverage.yml10e9477Update coverage.ymldf2b5daupdate pythonpublish.ymle19c160streamline oauth code and fix refresh_token bug99ed2c2use oauth for more tests1285944add cli08100dcupdate docs📊 Changes
26 files changed (+392 additions, -189 deletions)
View changed files
📝
.github/workflows/coverage.yml(+11 -6)📝
.github/workflows/pythonpublish.yml(+2 -3)📝
.gitignore(+1 -1)📝
README.rst(+1 -1)📝
docs/source/conf.py(+0 -4)📝
docs/source/faq.rst(+1 -1)📝
docs/source/index.rst(+2 -7)📝
docs/source/reference.rst(+4 -4)📝
docs/source/setup/browser.rst(+19 -23)📝
docs/source/setup/headers_auth.json.example(+0 -0)➕
docs/source/setup/index.rst(+24 -0)➕
docs/source/setup/oauth.rst(+15 -0)📝
docs/source/usage.rst(+3 -3)📝
pyproject.toml(+7 -1)📝
tests/test.py(+63 -39)📝
ytmusicapi/__init__.py(+3 -1)➕
ytmusicapi/auth/__init__.py(+0 -0)➕
ytmusicapi/auth/browser.py(+54 -0)➕
ytmusicapi/auth/headers.py(+32 -0)➕
ytmusicapi/auth/oauth.py(+71 -0)...and 6 more files
📄 Description
Here it is. Please test! Looking forward to feedback.
Thanks to @vixalien for the TypeScript POC over at https://github.com/vixalien/muse.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.