Skip to content

Linkgrabber.add_links not working #36

@MJD96

Description

@MJD96

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions