#
download-lyrics
Here are 5 public repositories matching this topic...
-
Updated
Jun 5, 2018 - C++
Your lyrics, visible and valuable.
-
Updated
Jun 6, 2021
Functions for scraping AZLyrics.com and downloading songs lyrics in txt format
-
Updated
Feb 15, 2021 - Python
Improve this page
Add a description, image, and links to the download-lyrics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the download-lyrics topic, visit your repo's landing page and select "manage topics."


Describe the bug
Neither the help output nor the stdout/stderr indicate what is done with the lyrics, when
--saveis not passed.Expected behavior
I thought maybe the same json produced with
--savewould be sent (alone) to stdout, or maybe just the plaintext lyrics content.But more confidently, the
--helpoutput should include what is to be expected when--saveis not pass