Thomas Gambet
Thomas Gambet
When calling `findLyrics` several times in a row, results may differ since it gives the lyrics found in the fastest responding website as per this code : https://github.com/AllToMP3/alltomp3/blob/7129f174ac8d9d9726b252eabe447260d5e12216/index.js#L192-L201 This might...
You could improve the following formatting logic : https://github.com/AllToMP3/alltomp3/blob/7129f174ac8d9d9726b252eabe447260d5e12216/index.js#L75-L80 With : ```js html = html.text() .replace(/\r\n/g, '\n') // windows to linux new line style .replace(/\t/g, '') // no tabs .replace(/...
Hi @NTag, I'd like to integrate your service into my application but you don't publish any privacy policy. You should state whether you record any personal information like IP addresses...
While running some requests through got using http2-wrapper I stumbled upon the following error when requesting websites that support SSL but do not seem to support HTTP/2. Edit: I believe...