Techcatchers / PyLyrics-Extractor

Get Lyrics for any songs by just passing in the song name (spelled or misspelled) in less than 2 seconds using this awesome Python Library.
MIT License
52 stars 17 forks source link

No results outputting #5

Closed BirdLeaflol closed 4 years ago

BirdLeaflol commented 4 years ago

Exact same problem as the guy below me please fix I have to show off my final project for my computer science class tomorrow and it is very reliant on this.

Techcatchers commented 4 years ago

Could you please elaborate your issue with the song name you're looking for?

BirdLeaflol commented 4 years ago

It's happened on every song name that I've tried. Nothing I seem to try works. If you want an example of a song I tried, I used Africa by Toto for a lot of my testing.

Techcatchers commented 4 years ago

Could you clone the repo and try to debug from your side? I am involved with other projects right now so I won't be able to pick this up right now. But if it's urgent, I can fix and provide a temporary solution for you once you let me know the exact error.

Techcatchers commented 4 years ago

Please check now. The issue is now fixed and I have changed parser to improve performance and error rate should also go down as now if the scraping fails from one result URL, it looks for the other one until all top results are exhausted.

Please star the repository if you liked it :)