PixivDownloader
PixivDownloader copied to clipboard
Simple batch tool to download one's images from Pixiv.
PixivDownloader
English | 中文
TODO:
- [ ] Optimize code
- [ ] Tag filter
- [X] Built-in proxy settings
English
PixivDownloader is a simple batch tool to download all original images of one's on Pixiv.
Feature
- Auto-mkdir for individual author
- Original image
- Multi-threading support
Usage
- Install dependencies
pip install -r requirements.txt - Copy cookies into
main.py(Optional to download restricted content ) - Execute script
- Input author user ID (
https://www.pixiv.net/member.php?id=[AUTHOR_UID]) - waiting for
Job finishedprompt and deal with another author
中文
PixivDownloader 是一个基于 Python3 的 Pixiv 用户作品多线程批量下载脚本。
功能
- 自动为不同作者建立子目录
- 下载原始图片
- 多线程下载
使用方法
- 安装依赖
pip install -r requirements.txt - 在文件中填入自己的 Cookies (可选:用于下载限制级内容)
- 执行脚本
- 输入作者的用户 ID (
https://www.pixiv.net/member.php?id=[作者ID],作者主页地址的id参数即为作者用户 ID) - 等待
Job finished提示然后输入下一个作者的用户 ID