Added file option instead of an URL in the CLI
Depending what you give it it will download accordingly
This commit is contained in:
@ -35,4 +35,5 @@ def login():
|
||||
|
||||
|
||||
def downloadLink(url, settings, bitrate=None):
|
||||
url = url.strip()
|
||||
addToQueue(dz, sp, url, settings, bitrate)
|
||||
|
Reference in New Issue
Block a user