Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
/ LyricDownloader Public archive

A lyric downloader implemented in Python

License

Notifications You must be signed in to change notification settings

blueset/LyricDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

LyricDownloader

A lyric downloader implemented in Python 3

##Usage ###Download the plain lyric lrc = LyricDownloader() print lrc.get_plain(artist, title)

###Download the .lrc file lrc = LyricDownloader() print lrc.get_lrc(artist, title)

##Notice This program uses the API from Qianqian.com. There is a chance that you get None, which simply means the request fails. You can try it later.

About

A lyric downloader implemented in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages