implemented direct download in the cli

This commit is contained in:
Hellow2
2023-03-30 12:43:43 +02:00
parent cc7eb41ac7
commit 3f47f46153
2 changed files with 10 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ def direct_download():
if __name__ == "__main__":
direct_download()
music_kraken.cli()