Skip to content
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

Rewriting mangadex-dl #54

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Conversation

Uwuewsky
Copy link

Rewrite

Overview

Mangadex-dl had serious problems related to the inability to download chapters with the same number separately and some others troubles.
This PR almost completely rewrites the code. In the new version:

  1. Download chapters based on volume number;
  2. Specify what to do with duplicate chapters;
  3. Archive separately the entire manga, volumes and chapters;
  4. Possibility work in non-interactive mode, through command line parameters and pipes;
  5. Removed dependence on third-party libraries. Only standard library;
  6. New optional flags;

Resolves #31, resolves #35

See README for more information.

Testing

I tested the program on OS Windows with Python 3.10.2. Some notable tested manga titles:

Current limitation

  1. You cannot continue the download at the point where it was stopped.

@Uwuewsky Uwuewsky marked this pull request as draft February 28, 2022 16:32
@Uwuewsky Uwuewsky marked this pull request as ready for review February 28, 2022 17:01
@Uwuewsky
Copy link
Author

Uwuewsky commented Apr 8, 2022

Okay, I'll close PR. If anyone needs, see my repository.

@Uwuewsky Uwuewsky closed this Apr 8, 2022
@frozenpandaman
Copy link
Owner

@Uwuewsky I'm not opposed to integrating some of these features – eventually – just haven't had time to work on the project really. Thanks for your work & maintaining a separate fork!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants