{"id":18464612,"url":"https://github.com/moebits/pixiv-downloader","last_synced_at":"2025-04-08T08:31:10.156Z","repository":{"id":223952999,"uuid":"421640104","full_name":"Moebits/Pixiv-Downloader","owner":"Moebits","description":"An app that downloads images/ugoira from Pixiv","archived":false,"fork":false,"pushed_at":"2024-08-09T03:44:47.000Z","size":3262,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-09T04:38:19.801Z","etag":null,"topics":["anime","downloader","gui","pixiv"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Moebits.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":"2021-10-27T01:39:22.000Z","updated_at":"2024-08-09T04:38:28.139Z","dependencies_parsed_at":"2024-03-26T02:33:28.631Z","dependency_job_id":"724a73a6-cff2-48f4-a41d-d137adc0a02e","html_url":"https://github.com/Moebits/Pixiv-Downloader","commit_stats":null,"previous_names":["tenpi/pixiv-downloader","moebits/pixiv-downloader"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moebits%2FPixiv-Downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moebits%2FPixiv-Downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moebits%2FPixiv-Downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moebits%2FPixiv-Downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moebits","download_url":"https://codeload.github.com/Moebits/Pixiv-Downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247804396,"owners_count":20998971,"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":["anime","downloader","gui","pixiv"],"created_at":"2024-11-06T09:10:29.952Z","updated_at":"2025-04-08T08:31:09.546Z","avatar_url":"https://github.com/Moebits.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Pixiv Downloader\r\n\r\n\u003cimg src=\"assets/images/readme.png\"\u003e\r\n\r\nThis application lets you download images/ugoiras from Pixiv in bulk.\r\n\r\n### Features\r\n- Download illustrations, manga (png/jpg), novels (txt), and ugoiras (gif/zip)\r\n- Bulk download illustrations by tag\r\n- Download all of an artist's illustrations\r\n- Download all of an artist's bookmarks\r\n- Option to automatically translate tags to Japanese and translate titles to English\r\n- Customize the output file names\r\n- Map illustrations to sub-folders based on certain tags\r\n- If you have Pixiv Premium, you can sort results by popularity\r\n\r\n### Output Template\r\n\r\nYou can customize the output file names. The default is `{id}*_p{page}*`. Adding slashes will create subfolders,\r\ne.g. `{artist}/{title}`. Any asterisks will be removed, as they are a special option for page numbers. The following replacements are available:\r\n\r\n{title} - The title of the illustration. It will be translated if \"translate titles\" is enabled. \\\r\n{id} - The id of the illustration. \\\r\n\\*{page}\\* - The page number. The asterisk indicates that this will be omitted if there is only a single page. \\\r\n{artist} - The artist of the illustration. \\\r\n{user} - The pixiv id of the artist. \\\r\n{user id} - The user id of the artist. \\\r\n{date} - The date in YYYY-MM-DD format. \\\r\n{width} - The width of the illustration. \\\r\n{height} - The height of the illustration.\r\n\r\n### Folder Mapping\r\n\r\nAn advanced option is to map images with certain tags into a subfolder. The folder mapping must be\r\nin the format `folderName:tagName, folderName2:tagName2, folderName3:tagName3...`. Note that the list should\r\nbe comma separated. \r\n\r\nFor example, if you search for \"gabriel dropout\" but want to map the different characters into sub-folders,\r\nyou should provide the folder mapping:\r\n\r\n`gabriel:天真=ガヴリール=ホワイト, satania:胡桃沢=サタニキア=マクドウェル, raphi:白羽=ラフィエル=エインズワース, vigne:月乃瀬=ヴィネット=エイプリル`. \r\n\r\nFor better accuracy provide the tags in Japanese, but they will be automatically translated if you have the translate option enabled. Note that these characters have special translations so the following will also work:\r\n\r\n`gabriel:gabriel, satania:satania, raphi:raphi, vigne:vigne`\r\n\r\n### Installation\r\n\r\nDownload the installer from the [releases](https://github.com/Moebits/Pixiv-Downloader/releases) tab.\r\n\r\n### MacOS\r\n\r\nOn MacOS unsigned applications won't open, run this to remove the quarantine flag.\r\n```\r\nxattr -d com.apple.quarantine /Applications/Pixiv\\ Downloader.app\r\n```\r\n\r\n### Bugs and Feature Requests\r\n\r\nOpen an issue on my GitHub repository.\r\n\r\n### Also See\r\n\r\n- [Waifu2x-GUI](https://github.com/Moebits/Waifu2x-GUI) for upscaling images\r\n- [Photo Viewer](https://github.com/Moebits/Photo-Viewer) for editing images\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoebits%2Fpixiv-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoebits%2Fpixiv-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoebits%2Fpixiv-downloader/lists"}