dbeley / rymscraper

Python library to extract data from rateyourmusic.com.
MIT License
163 stars 25 forks source link

Indexerrorfix #42

Closed 7anooch closed 1 year ago

7anooch commented 1 year ago

I implemented fuzzy string matching (rapidfuzz) to the get_close_matches_icase function, which improves its performance.

I also edited get_url_from_album_name so that, in the case of one or more artists with similar names, if it doesn't find the correct album under the first artist it then looks at all other artists that show up in the search as well. I admit this slows it down a fair bit.

dbeley commented 1 year ago

looks great thanks for the contribution :slightly_smiling_face: