mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-18 17:25:22 -04:00
Added more colors
This commit is contained in:
parent
129f3d8fe6
commit
c3da93ed08
5 changed files with 21 additions and 17 deletions
|
@ -125,7 +125,7 @@ class MusicDL(list):
|
|||
logger.debug("Arguments from config: %s", arguments)
|
||||
|
||||
item.load_meta()
|
||||
click.secho(f"Downloading {item!s}")
|
||||
click.secho(f"Downloading {item!s}", fg="bright_green")
|
||||
item.download(**arguments)
|
||||
|
||||
def convert_all(self, codec, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue