{"id":50336207,"url":"https://github.com/YGGverse/gemini-dl","last_synced_at":"2026-06-15T04:01:05.635Z","repository":{"id":245915681,"uuid":"819567821","full_name":"YGGverse/gemini-dl","owner":"YGGverse","description":"Batch downloader for Gemini protocol","archived":false,"fork":false,"pushed_at":"2025-11-11T19:13:16.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-27T19:46:07.605Z","etag":null,"topics":["batch-download","cli","downloader","gemini","gemini-dl","gemini-download","gemini-protocol","gemtext","gmi"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YGGverse.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-24T19:11:37.000Z","updated_at":"2025-11-11T19:13:20.000Z","dependencies_parsed_at":"2024-06-24T20:15:14.780Z","dependency_job_id":"c1d96f80-9aef-4d53-b968-385eb61b4f10","html_url":"https://github.com/YGGverse/gemini-dl","commit_stats":null,"previous_names":["yggverse/gemini-dl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YGGverse/gemini-dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fgemini-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fgemini-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fgemini-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fgemini-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YGGverse","download_url":"https://codeload.github.com/YGGverse/gemini-dl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fgemini-dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34346870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["batch-download","cli","downloader","gemini","gemini-dl","gemini-download","gemini-protocol","gemtext","gmi"],"created_at":"2026-05-29T14:00:19.060Z","updated_at":"2026-06-15T04:01:05.630Z","avatar_url":"https://github.com/YGGverse.png","language":"PHP","funding_links":[],"categories":["Tools"],"sub_categories":["Graphical"],"readme":"# gemini-dl\n\nCLI batch downloader for [Gemini protocol](https://geminiprotocol.net), inspired by `wget` and `yt-dlp` tools\n\nAt this moment, project under development, some [features](#features) already implemented and testing ([feedback](https://github.com/YGGverse/gemini-dl/issues) | [PR](https://github.com/YGGverse/gemini-dl/pull))\n\n## Interface\n\n![gemini-dl](https://github.com/YGGverse/gemini-dl/assets/108541346/94a494de-62fd-4ba6-85f9-a3a238cc9cb9)\n\n## Components\n\n* [gemini-php](https://github.com/YGGverse/gemini-php) - Client for Gemini protocol\n* [gemtext-php](https://github.com/YGGverse/gemtext-php) - Parser for Gemtext\n* [net-php](https://github.com/YGGverse/net-php) - Network toolkit for URL operations\n* [php-cli-colors](https://github.com/mikeerickson/php-cli-colors) - CLI colors\n\n## Features\n\n* [x] Grab single URL or `--crawl` entire capsule\n* [x] Multiple MIME types download (e.g. inline images and other media)\n* [x] Detailed crawler log for every request + totals\n* [ ] Flexible options\n  * [x] Custom `--delay` between requests\n  * [x] Custom `--index` filename for directories\n  * [x] Custom storage location\n    * [x] Filesystem\n    * [ ] FTP\n  * [x] Optional links replacement for local navigation\n    * [x] Relative (default)\n    * [x] Absolute (`--absolute`)\n    * [x] Original (`--keep`)\n  * [x] `--match` regex URL\n  * [x] `--unique` snap version or sync with existing copy\n  * [x] Configurable redirect levels to `--follow`\n  * [ ] Document size limit to download\n\n## Environment\n\n``` bash\napt install git composer php-fpm php-mbstring\n```\n\n## Install\n\n* `git clone https://github.com/YGGverse/gemini-dl.git`\n* `cd gemini-dl`\n* `composer update`\n* `chmod +x src/gemini-dl.php` _(for direct execution only)_\n\n## Usage\n\n``` bash\nsrc/gemini-dl.php --source gemini://.. --target /path/to/download\n```\n\n* alternatively, launch with specified php version `/path/to/php src/gemini-dl.php`\n\n### Options\n\n``` bash\n# Required\n\n-s, --source   - string, gemini protocol address\n-t, --target   - string, absolute path to destination folder\n\n# Optional\n\n-a, --absolute - no value, links to absolute filepath (ignored on --keep), disabled by default\n-c, --crawl    - no value, crawl document links (entire capsule download), disabled by default\n-d, --delay    - integer, pause between requests to prevent abuse (seconds), 1 by default\n-f, --follow   - integer, follow redirects on --crawl, 0 by default\n-i, --index    - string, index filename of directory listing, index.gmi by default\n-h, --help     - no value, show available commands\n-k, --keep     - no value, keep original links (--crawl mode only), disabled by default\n-m, --match    - string, collect links match regex rule, /.*/ by default\n-r, --raw      - no value, include meta headers (--keep option ignored), disabled by default\n-u, --unique   - no value, append snap version as folder timestamp, disabled by default\n```\n* show in CLI: `gemini-dl.php --help`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYGGverse%2Fgemini-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYGGverse%2Fgemini-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYGGverse%2Fgemini-dl/lists"}