mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #31] Remove songs in history #22
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#22
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?
Originally created by @allanin on GitHub (Jun 24, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/31
According to Google songs played change the recommendation:
https://support.google.com/youtubemusic/thread/160722?hl=en
Would it be possible adding a delete_song_history() function?
@sigma67 commented on GitHub (Jun 24, 2020):
Good suggestion. I implemented this feature locally (it uses the 'feedback' endpoint and it works fine.
However, I found that removing items from the history does not seem to be persisted. For example, try removing a watched item in your browser on music.youtube.com/history. It will disappear, but after reloading it will reappear again.
@sigma67 commented on GitHub (Aug 27, 2020):
Regarding my previous comment, the persistence bug still exists. However, I discovered that it only occurs on brand accounts. It works fine on normal accounts.