retrouser955 / discord-player-youtubei

Super charging your bot. dpy is a tiny extractor module to test the validity of youtubei.js in discord-player version 7.
https://discord-player.js.org
Creative Commons Zero v1.0 Universal
25 stars 8 forks source link

using youtube-sr to search #9

Closed zijipia closed 4 months ago

zijipia commented 4 months ago

What do you think about using youtube-sr to search for music, playlists, related tracks... because youtubei couldn't find mixes playlist on youtube

retrouser955 commented 4 months ago

I'm sure somewhere deep down there's a function for this. The reason I'm not using youtube-sr is because as mentioned in the readme, it is testing for v7 and we want to keep the the packages used as low as possible

twlite commented 4 months ago

youtubei uses Innertube client which basically does everything like youtube does, while youtube-sr is a basic scraper that can only do so much. It's best to use innertube for searches as well because it is more accurate and supports youtube music as well.