All Projects → leoding86 → Pixiv Omina

leoding86 / Pixiv Omina

Licence: mpl-2.0
Pixiv Omina is a software for downloading artworks and comics from Pixiv and Pixiv Comic

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Pixiv Omina

Pixivcrawleriii
A python3 crawler for crawling Pixiv ranking top and any illustrator all artworks
Stars: ✭ 38 (-73.24%)
Mutual labels:  pixiv
Pixiv Api Php
Pixiv API for PHP
Stars: ✭ 69 (-51.41%)
Mutual labels:  pixiv
Pixiv
P 站非会员查看人气作品
Stars: ✭ 116 (-18.31%)
Mutual labels:  pixiv
Pixeval
A Strong, Fast and Flexible Pixiv Client based on .NET Core and WPF
Stars: ✭ 1,031 (+626.06%)
Mutual labels:  pixiv
Hitomi Downloader
🍰 Desktop application to download images/videos/music/text from Hitomi.la and other sites, and more.
Stars: ✭ 1,154 (+712.68%)
Mutual labels:  pixiv
Pixiv Illustration Collection Backend
Stars: ✭ 1,237 (+771.13%)
Mutual labels:  pixiv
Pixiv Shaft
Pixiv第三方Android客户端
Stars: ✭ 887 (+524.65%)
Mutual labels:  pixiv
Pixiv Android
Pixiv( P站 ) / Hitokoto( 一言 ) client for android (Material Design)
Stars: ✭ 138 (-2.82%)
Mutual labels:  pixiv
Starx pixiv collector
Yes! Now I can finally free my hands!❤
Stars: ✭ 69 (-51.41%)
Mutual labels:  pixiv
Pixiv Api Client
Promise based Pixiv API client for node.js and react native
Stars: ✭ 114 (-19.72%)
Mutual labels:  pixiv
Pixiv Crawler
Scrapy框架下的pixiv多功能爬虫
Stars: ✭ 46 (-67.61%)
Mutual labels:  pixiv
Pixivbatchdownloader
Chrome 扩展,批量下载 Pixiv 的插画和小说。过滤作品、下载时重命名、转换动态图片等。Powerful Pixiv batch downloader. Batch download artworks and novels, filter works, rename when downloading, convert animated images, and more.
Stars: ✭ 1,109 (+680.99%)
Mutual labels:  pixiv
Nazurin
🎉 Images collection done right. Telegram 图片收藏机器人 / A Telegram bot which helps you collect ACG illustrations.
Stars: ✭ 88 (-38.03%)
Mutual labels:  pixiv
Pixivformuzeiplus
Muzei Live Wallpaper's Source for Pixiv
Stars: ✭ 38 (-73.24%)
Mutual labels:  pixiv
Pixivbot
从Pixiv爬涩图bot
Stars: ✭ 124 (-12.68%)
Mutual labels:  pixiv
Pixivwallpaper
Get anime style wallpapers from daily Pixiv high ranking illustrations
Stars: ✭ 20 (-85.92%)
Mutual labels:  pixiv
Pixivformuzei3
Best Pixiv plugin for Muzei 3
Stars: ✭ 81 (-42.96%)
Mutual labels:  pixiv
Pixez Flutter
一个支持免代理直连及查看动图的第三方Pixiv flutter客户端
Stars: ✭ 2,795 (+1868.31%)
Mutual labels:  pixiv
Pixivfanboxdownloader
A Chrome extension for downloading files on Pixiv Fanbox in batches. Chrome 扩展,用于批量下载 Pixiv Fanbox 上的文件。
Stars: ✭ 125 (-11.97%)
Mutual labels:  pixiv
Pixiv
Pixiv Downloader - Batch download pictures from Pixiv
Stars: ✭ 109 (-23.24%)
Mutual labels:  pixiv

简体中文 | 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✨

  • Easy UI
  • Generate gif for ugoira work automatically and pack frame information to zip file
  • Download user works (input the user profile url to the download dialog)
  • Auto rename using the rename settings
  • Restore downloads after application restart
  • Skip downloaded works, so it can download works incrementally
  • Click-to-Download (You need install Pixiv Toolkit in your browser)
  • Check new version automatically (No auto-update, I think auto-update could be annoying sometimes)
  • Close to tray (You need to enable this feature at setting page)
  • Support http/socks proxy (If you use socks proxy you need input proxy url with schemel)

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🤔

  • DO NOT add too many downloads! I have not tested the downloads limitation, too many downloads may crash the application. It's easy to add large number download tasks by downloading user works(input the user profile url to the download dialog), so be really careful to use this feature like download multiple users works at same time (Some of the users have thousands works, It's nuts!).

  • The installation will not register the custom protocol on Window 10 sometimes. If you find the Pixiv Toolkit's "Pixiv Omina" button does nothing, you can try panteras81's solution in comment from issue #27.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].