TimeForANinja / node-ytpl

Anonymous YouTube playlist resolver.
MIT License
202 stars 48 forks source link

Can't handle playlist created by YT #132

Closed DanielBUBU closed 2 years ago

DanielBUBU commented 2 years ago

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?

TimeForANinja commented 2 years ago

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

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

DanielBUBU commented 2 years ago

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

TimeForANinja commented 2 years ago

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

stale[bot] commented 2 years ago

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.