mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #155] Retrieve all songs from large library #117
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#117
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 @b0wter on GitHub (Jan 18, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/155
I am currently trying to export my complete library form YT music. I've started by exporting all (216) liked songs and it worked perfectly 👍
Next step is to export all songs from my library. My library has more than 5000 tracks. I know that because I've started adding all of them to playlists of 1000 each and have 5 of them while still not being finished.
I am using:
and get a total of ~1250 songs. With
validate_responses=TrueI get 2210 songs. I've manually checkd and found songs in the webinterface that did not show in the output.Is there something I am doing wrong? Or is it a technical limitation by YT Music?
And thanks for all the work you've put in! It's greatly appreciated 🥇
@sigma67 commented on GitHub (Jan 18, 2021):
Unfortunately it is a YouTube Music limitation, that endpoint is very flaky. Not much we can do here.
Have you tried using Google Takeout?
@b0wter commented on GitHub (Jan 18, 2021):
Thanks for the fast reply. I was dreading that response. I've tried the takeout but for reasons I do not understand it only contains all my uploads. Guess I'll go and make a support request at Google to get the other data as well.