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

[Question] Does manga-downloader handle updated chapters? #34

Closed
Lreaper opened this issue Mar 22, 2024 · 2 comments
Closed

[Question] Does manga-downloader handle updated chapters? #34

Lreaper opened this issue Mar 22, 2024 · 2 comments
Labels
question Further information is requested

Comments

@Lreaper
Copy link

Lreaper commented Mar 22, 2024

Hi, I'm really excited to try this out and I have a few questions:

  1. How does manga-downloader handle chapter updates? Let's say you have downloaded chapters 1 through 10 of a certain series from mangadex, but then the uploader reuploads chapters 7 through 10 with better quality, uncensored etc. Will these reuploaded chapters get downloaded or skipped 8since the filename already exists)
  2. Do you intend to possibly create an arm64 docker image?

Thanks!

@elboletaire
Copy link
Owner

How does manga-downloader handle chapter updates? Let's say you have downloaded chapters 1 through 10 of a certain series from mangadex, but then the uploader reuploads chapters 7 through 10 with better quality, uncensored etc. Will these reuploaded chapters get downloaded or skipped 8since the filename already exists)

The program is quite simple here. It always tries to download what you request it, there's no cache whatsoever. And if the file exists with the same name, it'll just be replaced (not asking for confirmation, so you may want to be careful there).

Do you intend to possibly create an arm64 docker image?

I'll try #35 :)

@elboletaire elboletaire added the question Further information is requested label Mar 23, 2024
@elboletaire
Copy link
Owner

Oh wait, you were asking for an arm64 docker image... not an arm binary like I said in the created issue 😅

I'll properly update the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants