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#648
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/557
Author: @apastel
Created: 3/2/2024
Status: ✅ Merged
Merged: 3/3/2024
Merged by: @sigma67
Base:
main← Head:get-account-data📝 Commits (7)
080eac6implement get_account_info to provide information about the authenticated user's account (#556)37c1c40Apply suggestions from code review to tests/README.rstbbad2bfsimplify get_account_info by moving code out of parsers.py and navigation.py4cf4e5btest with non-auth account11ba305Merge remote-tracking branch 'origin/main' into apastel-get-account-dataeb42f67formata43df24update .pre-commit-config.yaml📊 Changes
6 files changed (+60 additions, -1 deletions)
View changed files
📝
.pre-commit-config.yaml(+1 -1)📝
docs/source/reference.rst(+1 -0)📝
tests/README.rst(+3 -0)📝
tests/mixins/test_library.py(+11 -0)📝
tests/test.example.cfg(+2 -0)📝
ytmusicapi/mixins/library.py(+42 -0)📄 Description
Addresses #556
My first PR into the project so please make sure I didn't miss anything or do anything incorrectly!
Here's how it looks in the documentation:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.