johnwmillr / LyricsGenius

Download song lyrics and metadata from Genius.com 🎶🎤
http://www.johnwmillr.com/scraping-genius-lyrics/
MIT License
892 stars 158 forks source link

Added threading to search methods #194

Open allerter opened 3 years ago

allerter commented 3 years ago

The search_album and search_artist methods could definitely benefit from threading. I added the num_workers parameter for the user to define the number of threads used. If the user just used the default num_workers=1, no threading is used and the songs are downloaded like they were before. As for thread safety:

Checklist