-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to download covers only #60
Comments
Can you explain more about this ? I understand about the feature you requested. But the reason you want them is confusing to me. |
I'm sorry. What I meant is that with this option, the user would not need to download every chapter uploaded and search for the cover images, if they were uploaded at all by the scanlation group inside the first chapter of each volume. The reason for me needing this is silly, it's mostly because I like to do charts and documents with images of manga I have completed. With this option, I could download all covers and pick the best looking one(s), with consistent resolution (256px or 512px) without having to visit MangaDex. Thanks in advance. |
I have made PR #61 about this, you can try to install and use it. NOTE: You must have Python 3.8.x or up with pip and git installed on your device.
Let me know when you have issues with this new feature 🙂
Instead of using # Manga id only
mangadex-dl "cover:f9c33607-9180-4ba6-b85c-e4b5faee7192"
# Full manga URL
mangadex-dl "cover:https://mangadex.org/title/f9c33607-9180-4ba6-b85c-e4b5faee7192"
# Full cover manga URL
mangadex-dl "cover:https://mangadex.org/covers/f9c33607-9180-4ba6-b85c-e4b5faee7192/c18da525-e34f-4128-a696-4477b6ce6827.png" If you don't wanna get prompted use # Automatically select choice 1
mangadex-dl "cover:https://mangadex.org/title/..." --input-pos 1
# Automatically select all choices
mangadex-dl "cover:https://mangadex.org/title/..." --input-pos "*"
As for this, you can use different command such as # 512px quality
mangadex-dl "cover-512px:https://mangadex.org/title/f9c33607-9180-4ba6-b85c-e4b5faee7192"
# 256px quality
mangadex-dl "cover-256px:https://mangadex.org/title/f9c33607-9180-4ba6-b85c-e4b5faee7192" I forgot to mention, you can download manga covers directly to the app. Just give the URL and you're good to go. mangadex-dl "https://mangadex.org/covers/f9c33607-9180-4ba6-b85c-e4b5faee7192/c18da525-e34f-4128-a696-4477b6ce6827.png" |
Thank you so, so much! |
The idea
Firstly, thank you very, very much for making this software. It makes the task to archive manga easy.
However, it seems to be missing a feature, which is to solely download all covers that were uploaded to the "Art" section.
My suggestion is to add a switch called "--download-all-covers" or "--only-download-covers" which will download every image from that section. I tried to figure it out by using existing options such as "--use-volume-cover", to no avail. Would be great if the "--cover" switch would work with "--download-all-covers" as well, to select the resolution of the covers.
Why this feature should be added to the app ?
With this feature, users wouldn't need to stress MangaDex's servers, neither waste their bandwidth.
Thank you.
The text was updated successfully, but these errors were encountered: