{"id":24293859,"url":"https://github.com/rkosegi/jdownloader-go","last_synced_at":"2025-09-25T19:31:30.920Z","repository":{"id":62866522,"uuid":"536058948","full_name":"rkosegi/jdownloader-go","owner":"rkosegi","description":"JDownloader client library in Go","archived":false,"fork":false,"pushed_at":"2024-10-15T23:19:36.000Z","size":60,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-17T09:35:17.862Z","etag":null,"topics":["client-library","go","jdownloader"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkosegi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-13T09:47:50.000Z","updated_at":"2024-10-15T23:19:38.000Z","dependencies_parsed_at":"2024-10-17T05:11:31.632Z","dependency_job_id":"e1ac79d2-4308-4a27-9d71-f89cb7781ff2","html_url":"https://github.com/rkosegi/jdownloader-go","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkosegi%2Fjdownloader-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkosegi%2Fjdownloader-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkosegi%2Fjdownloader-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkosegi%2Fjdownloader-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkosegi","download_url":"https://codeload.github.com/rkosegi/jdownloader-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234236626,"owners_count":18800791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client-library","go","jdownloader"],"created_at":"2025-01-16T17:00:44.819Z","updated_at":"2025-09-25T19:31:25.622Z","avatar_url":"https://github.com/rkosegi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JDownloader client in Go\n\nThis repository hosts code for [JDownloader](https://jdownloader.org/) client written in Go\n\n### Example usage\n\n#### Add link and start download\n\n```go\npackage main\n\nimport (\n\t\"github.com/rkosegi/jdownloader-go/jdownloader\"\n\t\"go.uber.org/zap\"\n)\n\nfunc main() {\n\tlogger, err := zap.NewDevelopment()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tc := jdownloader.NewClient(\"test@acme.tld\", \"passw0rd\", logger.Sugar())\n\terr = c.Connect()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdev, err := c.Device(\"my-device-name\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\t_, err = dev.LinkGrabber().Add([]string{\"http://myremoteservice/somefile.zip\"},\n\t\tjdownloader.AddLinksOptionPackage(\"Package-Name\"),\n\t\tjdownloader.AddLinksOptionAutostart(true),\n\t\tjdownloader.AddLinksOptionDestinationDir(\"/mnt/download\"),\n\t\t)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\t_ = c.Disconnect()\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkosegi%2Fjdownloader-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkosegi%2Fjdownloader-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkosegi%2Fjdownloader-go/lists"}