mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #355] Get timestamp in history #280
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#280
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 @louis030195 on GitHub (Feb 26, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/355
hey i'm developping a piece of code to sync my youtube music to last.fm (https://github.com/louis030195/ega/tree/main/functions/youtube_music_to_lastfm)
and i'd like to avoid adding duplicates by hashing artist + music + time listened
but in ytmusicapi there is just "played" "today" no timestamp, is it a bottleneck from youtube music api or it could be fixed here? happy to contribute if necessary
@sigma67 commented on GitHub (Feb 27, 2023):
I assume you're referring to the history page. Can only scrape what's there on https://music.youtube.com/history. As you can see it's only clustered by date without timestamp. Background data is rarely much more than what you can see on the frontend, in this case there is no timestamp. Nice project though.
@louis030195 commented on GitHub (Feb 27, 2023):
Understandable
I just sent a feature request to YouTube music team