{"id":16408681,"url":"https://github.com/creativeprojects/gallery-downloader","last_synced_at":"2026-05-14T13:30:57.508Z","repository":{"id":98689337,"uuid":"250685737","full_name":"creativeprojects/gallery-downloader","owner":"creativeprojects","description":"Simple gallery downloader in go","archived":false,"fork":false,"pushed_at":"2025-05-02T17:30:29.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-19T03:44:22.737Z","etag":null,"topics":["downloader","gallery"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/creativeprojects.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}},"created_at":"2020-03-28T01:07:13.000Z","updated_at":"2025-05-02T17:30:33.000Z","dependencies_parsed_at":"2025-01-03T23:35:36.257Z","dependency_job_id":null,"html_url":"https://github.com/creativeprojects/gallery-downloader","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"8e4bd21ae65ad65acb93d8460dab27f98c0273b9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/creativeprojects/gallery-downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fgallery-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fgallery-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fgallery-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fgallery-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creativeprojects","download_url":"https://codeload.github.com/creativeprojects/gallery-downloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fgallery-downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33026762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["downloader","gallery"],"created_at":"2024-10-11T06:17:32.199Z","updated_at":"2026-05-14T13:30:57.457Z","avatar_url":"https://github.com/creativeprojects.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gallery Downloader\n\nSimply download all pictures from a web page\n\n## Usage\n\n### From a remote web page\n```\ngallery-downloader -source https://website.example.com -output ~/all-images/\n```\n\n### From a local web page\n```\ngallery-downloader -source ./example.html -referer https://website.example.com/ -output ~/all-images/\n```\n\n## Galleries\n\n### Type \"AnchorHREF\"\n\nIt downloads all the linked pictures from these HTML tags:\n```html\n\u003ca href=\"picture1.jpg\" title=\"picture title\"\u003epicture 1\u003c/a\u003e\n\u003ca href=\"picture2.jpg\" title=\"picture title\"\u003epicture 2\u003c/a\u003e\n```\n\n### Type \"ListItem\"\n\nIt simply downloads all the linked pictures from these HTML tags:\n```html\n\u003cli\u003e\u003cimg src=\"picture1.jpg\" alt=\"picture1\" title=\"picture1\"/\u003e\u003c/li\u003e\n\u003cli\u003e\u003cimg src=\"picture2.jpg\" alt=\"picture2\" title=\"picture2\"/\u003e\u003c/li\u003e\n```\n\n## Flags\n\n```\n  -base string\n    \tbase URL when downloading relative images\n  -config string\n    \tconfiguration file (default \"config.json\")\n  -insecure-tls\n    \tSkip TLS certificate verification. Should only be enabled for testing locally\n  -max-wait int\n    \twait n milliseconds maximum before downloading the next image. Use 0 to deactivate (default 3000)\n  -min-wait int\n    \twait n milliseconds minimum before downloading the next image. Use 0 to deactivate (default 1000)\n  -output string\n    \toutput folder to store pictures\n  -password string\n    \tpassword (if the http server needs basic authentication)\n  -referer string\n    \treferer header for HTML file, or for downloading images from a local HTML file\n  -source string\n    \tsource HTML gallery\n  -type string\n    \ttype of gallery (AutoDetect, AnchorHREF, ListItem) (default \"AutoDetect\")\n  -user string\n    \tuser (if the http server needs basic authentication)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativeprojects%2Fgallery-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativeprojects%2Fgallery-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativeprojects%2Fgallery-downloader/lists"}