zyrouge / node-genius-lyrics

Simple lyrics fetcher that uses Genius. Also has official API implementations.
https://genius-lyrics.js.org
MIT License
61 stars 12 forks source link

No lyrics given for any arabic songs #30

Closed CASPERg267 closed 1 year ago

CASPERg267 commented 2 years ago

when you try to get lyrics for any arabic song you get no results even if it exists on genius.com

zyrouge commented 1 year ago

Can you give an example with which I can reproduce the issue?

CASPERg267 commented 1 year ago

let searches = await client.lyrics.songs.search(Ahmed meky - atr el hayah); if (!searches) return $No lyrics found; let firstSong = searches[0]; let lyrics = await firstSong.lyrics(); return lyrics;

zyrouge commented 1 year ago

let searches = await client.lyrics.songs.search(Ahmed meky - atr el hayah); if (!searches) return $No lyrics found; let firstSong = searches[0]; let lyrics = await firstSong.lyrics(); return lyrics;

Tried it and it seems to be working just fine. Are you able to see the song in genius.com search? I'll close this since it seems to be working.