https://github.com/jadedctrl/azlyrics-fetch
Fetch lyrics from AZLyrics, a simple shell script. (🪞 Mirror)
https://github.com/jadedctrl/azlyrics-fetch
azlyrics lyrics lyrics-download lyrics-downloader lyrics-fetcher
Last synced: 3 months ago
JSON representation
Fetch lyrics from AZLyrics, a simple shell script. (🪞 Mirror)
- Host: GitHub
- URL: https://github.com/jadedctrl/azlyrics-fetch
- Owner: JadedCtrl
- License: cc0-1.0
- Created: 2020-12-15T18:31:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T17:38:58.000Z (over 1 year ago)
- Last Synced: 2025-01-21T01:13:29.808Z (4 months ago)
- Topics: azlyrics, lyrics, lyrics-download, lyrics-downloader, lyrics-fetcher
- Language: Shell
- Homepage: https://hak.xwx.moe/jadedctrl/azlyrics-fetch
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# azlyrics-fetch
Fetch lyrics from azlyrics.com, simply and quickly.## Installation
Simply copy azlyrics-fetch.sh into your $PATH:
`$ cp azlyrics-fetch.sh ~/.local/bin/`### Dependencies
* [Curl](https://curl.se/)
* [Lynx](https://lynx.invisible-island.net/)
* Shell (ksh, bash)## Usage
You can get the lyrics of a specific song like so, replacing $ARTIST and $SONG
with the artist-name and song-name, respectively:` $ azlyrics.sh https://www.azlyrics.com/lyrics/$ARTIST/$SONG.html`
You can get a list of all song URLs of an artist, too:
`$ azlyrics.sh https://www.azlyrics.com/$A/$ARTIST.*.html`
## Meta
License is the [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)
Author is Jaidyn Ann
Sauce is at https://hak.xwx.moe/jadedctrl/azlyrics-fetch