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

[IDEA] Add switch to ignore extension when checking for duplicates #27

Open
Kesmy opened this issue Sep 13, 2018 · 0 comments
Open

[IDEA] Add switch to ignore extension when checking for duplicates #27

Kesmy opened this issue Sep 13, 2018 · 0 comments

Comments

@Kesmy
Copy link

Kesmy commented Sep 13, 2018

This could be an alternative to #25 and #26. A parameter to ignore the extension when downloading would allow for downloading a bundle that contains

Book 1 [epub] [mobi] [pdf]
Book 2 [mobi] [pdf] [pdf_hd]
Book 3 [cbz] [epub] [pdf] [pdf_hd]

Current:
Download 1: -f cbz

  • Book 3.cbz

Download 2: -f pdf_hd

  • Book 2.pdf
  • Book 3.pdf

Download 3: -f epub

  • Book 1.epub
  • Book 3.epub

Ignoring Extension:
Download 1: -f cbz

  • Book 3.cbz

Download 2: -f pdf_hd --compare-no-ext

  • Book 2.pdf

Download 3: -f epub --compare-no-ext

  • Book 1.epub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant