leoding86 / pixiv-omina

Pixiv Omina is a software for downloading artworks and comics from Pixiv and Pixiv Comic
Mozilla Public License 2.0
283 stars 26 forks source link
pixiv pixiv-comic

简体中文 | English



Pixiv Omina

Pixiv Omina is a software to download works on Pixiv. It's simple and easy to use. It's even better if you are a Pixiv Toolkit user, you can use click-to-download feature.

Pixiv Omina is powered by Electron.

Platforms💻

Test on Window 10(1903). In theory, it can run on Mac and Linux if you can compile it.

Features✨

Downloads⚓

Go to releases page

Q & A ❓

Q: Why I can't use it?

A: If you can't visit Pixiv or you don't have a Pixiv account you can't use this.

Q: Why is the completed task missing when I restart the application?

A: Application will remove completed downloads task after restarted.

Q: How to download more than 2 works at the same time?

A: No, you can't for now, because generate gif is a pretty heavy task. Maybe I'll add a setting to control how many download tasks can be performed at the same time.

Known Issues🤔

Feel free to open issue if you meet any problem or have any idea😀

Screenshots📺

Download by input the work url

screenshot

Click-to-Download

screenshot

Some settings

screenshot

Development🔧

Install dependencies

yarn

Development Scripts

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist

# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir