mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[PR #819] [MERGED] distinguish "Save to library" and "Pin to Listen again" feedbackTokens #752
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#752
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/819
Author: @sgvictorino
Created: 9/29/2025
Status: ✅ Merged
Merged: 11/10/2025
Merged by: @sigma67
Base:
main← Head:listenAgainFeedbackTokens📝 Commits (8)
e898132distinguish "Save to library" and "Pin to Listen again" feedbackTokens27238c8Merge branch 'main' into HEAD04e3e7bremove flaky test assertion3ad1402Merge remote-tracking branch 'origin/main' into sgvictorino-listenAgainFeedbackTokens5e4b375update library toggle button iconTypesab3c83aimprove feedback token docsf30aab2fix comment whitespace3975eeemake test_search_top_result_episode query more reliable📊 Changes
13 files changed (+144 additions, -55 deletions)
View changed files
📝
docs/source/faq.rst(+10 -0)📝
tests/mixins/test_browsing.py(+0 -2)📝
tests/mixins/test_library.py(+25 -2)📝
tests/mixins/test_search.py(+1 -1)📝
ytmusicapi/mixins/browsing.py(+7 -1)📝
ytmusicapi/mixins/library.py(+1 -2)📝
ytmusicapi/mixins/playlists.py(+8 -1)📝
ytmusicapi/mixins/search.py(+6 -0)📝
ytmusicapi/mixins/watch.py(+6 -0)📝
ytmusicapi/parsers/playlists.py(+3 -20)📝
ytmusicapi/parsers/search.py(+1 -5)📝
ytmusicapi/parsers/songs.py(+64 -15)📝
ytmusicapi/parsers/watch.py(+12 -6)📄 Description
Closes #771
adds
pinnedToListenAgainandlistenAgainFeedbackTokensalso refactors
get_historyto match oniconType(
REMOVE_FROM_HISTORY) instead of returning the first feedback token🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.