Implement --write-successful-file and --skip-file

This commit is contained in:
Ritiek Malhotra
2020-05-18 00:11:33 +05:30
parent 23e18e1550
commit 81a6cb052b
4 changed files with 64 additions and 29 deletions

View File

@@ -39,7 +39,6 @@ def main():
sys.exit(5)
logging_level = argument_handler.get_logging_level()
print(logging_level)
logger = set_logger(logging_level)
try:
spotdl = Spotdl(argument_handler)