3from common
import culrcwrap
7import lib.culrcscrapers.musixmatchlrc.lyricsScraper
8lib.culrcscrapers.musixmatchlrc.lyricsScraper.PROFILE = culrcwrap.getCacheDir()
12 'name':
'*Musixmatchlrc',
13 'description':
'Search https://musixmatch.com for synchronized lyrics',
17 'artist':
'Kate Bush',
18 'title':
'Wuthering Heights',
21if __name__ ==
'__main__':
22 culrcwrap.main(__file__, info, lib.culrcscrapers.musixmatchlrc.lyricsScraper.LyricsFetcher)