mp31415 / DiskYT

All about DiskYT project
8 stars 3 forks source link

[Bug] Can't save whole playlist #6

Open Lighsark opened 4 years ago

Lighsark commented 4 years ago

https://www.youtube.com/playlist?v=QZnv6SjyUTY&list=RDCLAK5uy_nH_fdBVCcbNaVwi_tmZajZRq-ekddiuFY

Only 26 of 74 songs are saved Thanks.

mp31415 commented 4 years ago

Thank you for reporting it. No idea why at the moment.

mp31415 commented 4 years ago

Looking closer it seems as a limitation on the YouTube side. YouTube API deliberately breaks for the auto-generated playlists limiting number of the returned items and ignoring its own pagination parameters. It's possible to retrieve a few more items tweaking page size used in the API call but it's still far from the complete list.

See similar issue reported here: https://stackoverflow.com/questions/45309497/youtube-playlistitems-do-not-return-all-items.

My apology for the limitation, but it seems not much can be done to fix it.