{"id":20597923,"url":"https://github.com/gnojus/wedl","last_synced_at":"2026-01-11T21:57:40.977Z","repository":{"id":57568793,"uuid":"230645224","full_name":"gnojus/wedl","owner":"gnojus","description":"Small command line utility to download from https://wetransfer.com","archived":false,"fork":false,"pushed_at":"2024-10-06T09:13:46.000Z","size":37,"stargazers_count":36,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T00:17:13.529Z","etag":null,"topics":["cli","wetransfer"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnojus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2019-12-28T18:07:28.000Z","updated_at":"2024-12-06T11:06:49.000Z","dependencies_parsed_at":"2024-04-14T11:26:25.680Z","dependency_job_id":"e95cc317-bdce-47e0-9ee4-57d919611a1e","html_url":"https://github.com/gnojus/wedl","commit_stats":null,"previous_names":["nojus297/wedl"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/gnojus/wedl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnojus%2Fwedl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnojus%2Fwedl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnojus%2Fwedl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnojus%2Fwedl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnojus","download_url":"https://codeload.github.com/gnojus/wedl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnojus%2Fwedl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28324607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T18:42:50.174Z","status":"ssl_error","status_checked_at":"2026-01-11T18:39:13.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","wetransfer"],"created_at":"2024-11-16T08:24:24.357Z","updated_at":"2026-01-11T21:57:40.970Z","avatar_url":"https://github.com/gnojus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wedl\n\n[![Test latest release](https://github.com/gnojus/wedl/actions/workflows/test.yml/badge.svg)](https://github.com/gnojus/wedl/actions/workflows/test.yml)\n\n## Command line utility to download from wetransfer\n\nEasily download from wetransfer.com in the command line.\n\nUses unofficial wetransfer API used when downloading with a browser.\n\nWritten in Go.\n\n## Usage\n\n```bash\n$ wedl --help\nUsage:\n  wedl [options] \u003cURL\u003e\n\nOptions:\n  -h --help               Show this screen.\n  -v --version            Print version and exit.\n  -o FILE --output=FILE   Output file. Use - for stdout.\n  -p PATH --path=PATH     Downloaded files directory.\n  -s --silent             Silent. Do not output anything to stderr.\n  -f --force              Overwrite files if needed.\n  -i --info               Write download info to stdout and exit.\n```\n\n## Instaling\n\nDownload binaries from [releases](https://github.com/gnojus/wedl/releases).\n\nOr compile from source and install with the [Go toolchain](https://go.dev/dl/):\n\n```\ngo install github.com/gnojus/wedl@latest\n```\n\n### Linux and MacOS\n\nOr compile from source:\n\n```\ngit clone https://github.com/gnojus/wedl.git\ncd wedl \ngo build\n```\n\n### Windows\n\nCompile from source:\n\n```cmd\ngit clone https://github.com/gnojus/wedl.git\ncd wedl\n\n:: Build\n\n:: Build executable\ngo build\n\n:: Or Build with -output flag\ngo build -o wedl.exe wedl.go\n```\n\n## Run\n\n### Linux and MacOS\n\n```\n./wedl --help\n```\n\n### Windows\n\n```\nwedl.exe --help\n```\n\n### Usage examples\n\n```sh\n# Help\ngo run . --help\n\n# Standart Download\ngo run . https://go.wetransfer.com/responsibility\n\n# Download to ./test/ directory\ngo run . -p test https://we.tl/responsibility\n\n# Download to downloaded.zip\ngo run . -o downloaded.zip https://we.tl/responsibility\n\n# Write download info to stdout\ngo run . -i https://we.tl/responsibility\n# output: {\"dl_url\":\"\u003cdl_url\u003e\",\"dl_size\":22344484,\"dl_filename\":\"WeTransfer_Responsible_Business_Report_2020.pdf\"}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnojus%2Fwedl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnojus%2Fwedl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnojus%2Fwedl/lists"}