xuejianxianzun / PixivBatchDownloader

Chrome 扩展,批量下载 Pixiv 的插画和小说。过滤作品、下载时重命名、转换动态图片等。Powerful Pixiv batch downloader. Batch download artworks and novels, filter works, rename when downloading, convert animated images, and more.
https://pixiv.download/
GNU General Public License v3.0
3.48k stars 208 forks source link

Add an option to private or unprivate all bookmarks #382

Closed EverydayAden closed 5 months ago

xuejianxianzun commented 5 months ago

There is already a solution for this feature.

  1. Enable bookmarking after downloading: image

  2. Set the downloader’s bookmark behavior to private: image

  3. Crawl and download all your bookmarks.


In addition, since our purpose is not actually to download the image, you can set the image size to small to speed up the download. You can also set up multi-image works to only download the first image.

image

xuejianxianzun commented 5 months ago

Pixiv's bookmark management lacks a lot of features, and the best thing to do is ask the officials to make changes, but they haven't done anything yet.

xuejianxianzun commented 5 months ago

I didn't add a button specifically to make the bookmark private because it wouldn't be perfect. Some users may only want to modify a subset of their bookmarks. By crawling first and then downloading, they can filter the target works. For example, set the number of pages to crawl, or set the tags that must be included.

But regardless of the method, each work must be processed (send a request) individually. This becomes a problem when the number of works is high, and unfortunately this cannot be solved unless Pixiv officially rolls out this feature.

xuejianxianzun commented 5 months ago

When you need to download a large number of works, you can divide them into multiple batches for processing. For example, set the number of crawled pages to 50 and crawl from page 1. This allows you to control the number of downloaded works. After the download is complete, jump to page 51 and start scraping again.

xuejianxianzun commented 5 months ago

Happy to help.