Added file option instead of an URL in the CLI

Depending what you give it it will download accordingly
This commit is contained in:
RemixDev
2020-05-15 17:46:50 +02:00
parent 4c80b73433
commit 36316e69e5
2 changed files with 6 additions and 0 deletions

View File

@ -35,4 +35,5 @@ def login():
def downloadLink(url, settings, bitrate=None):
url = url.strip()
addToQueue(dz, sp, url, settings, bitrate)