-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
I used this code, but the only parameter that seems to work is "links". Because when I open Jdownlader, the link is added but everything is set by default.
lincs=myjdapi.myjdapi.Linkgrabber(device) #objeto del Linkgrabber
url='https://www.youtube.com/watch?v=d6DP_u6ogqc'
youtuber = 'Ciudadano Z'
fecha = time.ctime()
lincs.add_links([{
"autostart": False,
"links": url,
"packageName": 'tu vieja',
"extractPassword": None,
"priority": "DEFAULT",
"downloadPassword": None,
"destinationFolder": r'C:\Users\MARIANO\\' ,#Downloads\Jdownloader\\'+ youtuber + '\\' + fecha,
"overwritePackagizerRules": False
}])
Metadata
Metadata
Assignees
Labels
No labels