TimeForANinja/node-ytpl

Can't handle playlist created by YT

DanielBUBU opened this issue · 4 comments

If you use the link, YT will create a unique playlist according the song and the account you logged in
https://www.youtube.com/watch?v=IvaaRFvwzgc&list=RDMMIvaaRFvwzgc

Is there any method to fetch this list?

those are called mixes
they are not supported and i don't see adding it in the future
a few problem with them are:

  • they are infinite length => could result in infinitely pulling videos
  • they are not simple playlists but depend on a video => video is removed when resolving playlist id
  • there is no playlist page (they are part of the video page) => that page is never pulled

i could however see this as a feature of ytdl-core (similar to the related videos)

those are called mixes they are not supported and i don't see adding it in the future a few problem with them are:

  • they are infinite length => could result in infinitely pulling videos
  • they are not simple playlists but depend on a video => video is removed when resolving playlist id
  • there is no playlist page (they are part of the video page) => that page is never pulled

i could however see this as a feature of ytdl-core (similar to the related videos)

ytdl-core has provided the function to find the related videos?How?
I haven't seen that in readme before

i wrote could [...] see this as a feature
so it's not in there yet but it could be a future feature

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.