RE: RE: first attempt at a discord bot with nodejs
You are viewing a single comment's thread from:

RE: first attempt at a discord bot with nodejs

Words
118
Reading
1 min
Listen
Play
7y

I adjusted the playlist bot. the ranking system is terrible at youtube; a search for "call me call me"+music produces results for blondie's "call me" and various other false positives required me to stack filter after filter. I added an extra flag to at least search by artist, -[artist], which still ended up promoting blondie over conte. I had to switch to youtube intitle option to try to fix, that and gradually remove the filters that filtered out too much positive content. Ultimate I had to search by views to get rid of most of the garbage results.

The artist flag doesn't have to be an artist, it is just a separate search term not put in quotes.