question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature request] Distinct folder for Manga section of pixiv

See original GitHub issue

Prerequisites

Description

When downloading a pictures by member_id the artworks which are Illustrations treating as though being a Manga and availing themselves of filenamemangaformat property, whereas these are just >1 Illustrations’ gathering. If there is a way to distinguish an actual Manga (the one which under the section Manga on pixiv), I would like to see the ability to store it in a separate sub-folder.

Versions

PixivDownloader2 version 20210221-beta2
(from source)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Nandakacommented, Mar 18, 2021

Well that’s how it works, for multi-images post, then it will be treated as manga as that is the current implementation.

No plan to change it, but you can send me a pull request.

0reactions
Nandakacommented, Oct 7, 2021

hmm, if that the case I’d rather add an option to allow user to configure a custom regex to clean the filename so it possible to handle different case, e.g. something like this replaceRegex = ' \(\)\\'

>>> name = "c:\\haha\hehe\\ ()\\filename.jpg"
>>> re.sub(r' \(\)\\', '', name)
'c:\\haha\\hehe\\filename.jpg

for single image with manga series, better raise a separate issue so it can use the series information to the format. image

for padded numbering, also better raise separate issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the Requests feature? – pixiv Help Center
It is a feature enabling creators to make works based on requests sent by fans and receive compensation for their effort. Fans can...
Read more >
gallery-dl/main - Gitter
I'm trying to add a json file to exhentai archives but the json option in metadata creates a different json for every image...
Read more >
Learning Vroid Studio - Lesson 1 : Overview - YouTube
In the summer of 2018 Pixiv released Vroid Studio, a 3D anime character/virtual idol creator for free. As the tutorials are in Japanese, ......
Read more >
Powerful Pixiv Downloader - Chrome Web Store
强大的 Pixiv 批量下载器。Powerful Pixiv batch downloader. 強力な Pixiv ダウンローダー。
Read more >
Manga Downloader - Red Squirrel's
Manga Downloader is a very simple application written in JAVA to download any ... choose the final name of any part of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found