kty990 / HomiesBot

2 stars 0 forks source link

Playlist caps at 100 songs/videos #2

Open kty990 opened 2 years ago

kty990 commented 2 years ago

Any YouTube video playlist that is played using this bot will be capped at 100 videos due to the way the request library gets information from a URL.

A likely fix can be implemented either using an official YouTube library for getting video information, or through trial and error to attempt to load the entire webpage.

Songs are loaded as the end-user scrolls down the YouTube page.