Added more colors

This commit is contained in:
nathom 2021-03-22 18:40:40 -07:00
parent 129f3d8fe6
commit c3da93ed08
5 changed files with 21 additions and 17 deletions

View file

@ -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):