This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class MusixmatchScraper(): | |
| """This class allows you to scrape the lyrics for an artist who has a presence on Musixmatch | |
| An instance of the class needs to be instantiated with an artist URL e.g. | |
| https://www.musixmatch.com/artist/Bob-Dylan | |
| The default number of songs to scrape is 50 | |
OlderNewer