-
Notifications
You must be signed in to change notification settings - Fork 48
Support For Mixes #7
Comments
Mixes aren't handled like regular playlist's and there's also the problem with them being infinite scrollable... |
Hi, @TimeForANinja , is there any update on the Mix playlist now? I am trying to make a bot to download the video in the mix list. AFAIK the youtube-dl works with the mix link, while it seems that ytpl and ytdl-core still havent support it. So, is there anyway to achieve it? Thanks |
Did some testing in https://github.com/TimeForANinja/node-ytpl/tree/mix_test the page usually used to resolve the playlist doesn't work for mixes 😞 |
Wow, thanks for your help, will definitely try it when I have time :) |
The diffrence between mix playlist and normal one is that the mix's misses the author informations like avatar and name which failed for me, otherwise it works like a normal playlist and fetched all videos. |
That's not (always?) true |
You are right but in my case, i was fetching a playlist from YouTube music channel like this one: however i inspected the mix div and i found this maybe i can help with parsing the video items but maybe we will be limited to 25 videos but that's fine if we made this work. EDIT: i think this issue is related to ytdl-core not this repo. |
yep, since we never pull the individual video page would require some changes thou, |
Every Time I Try to fetch the ids from a youtube mix list I get an error.
example: https://www.youtube.com/watch?v=dQLngV189IU&list=RDdQLngV189IU
The text was updated successfully, but these errors were encountered: