GCCempt / GCC_OpenSong_bot

We were lazy and didn't want to do things by hand so instead we spent hundreds of manhours automating it. classic.
http://gccpraise.com/
2 stars 0 forks source link

Change song search to use the list of songs rather than building the URL first #43

Closed dan4222 closed 3 years ago

AllDayJon commented 3 years ago

image Currently, the displaysong() function does the lookup by using the song name passed to it. We could add a check to search the songlist XML document for the same text, then match that text to build the song url.

Infosecguy10 commented 3 years ago

Good idea. Please go ahead and implement the change if you don't mind?