vookav2 / songlyrics

Find song lyrics just enter the song title
MIT License
6 stars 2 forks source link

songlyrics doesn't follow 301 redirects? #16

Closed Eithoo closed 2 years ago

Eithoo commented 2 years ago

Error

Error: Failed to get the response: 301

Code

import songlyrics from 'songlyrics'
const lyrics = songlyrics.default;
const response = await lyrics('Zanim przyjdzie dzień Gibbs');
console.log(response);

Result

image