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

Use the meta file if available to resume download #611

Closed
Esse78 opened this issue Sep 20, 2020 · 1 comment
Closed

Use the meta file if available to resume download #611

Esse78 opened this issue Sep 20, 2020 · 1 comment
Assignees
Labels
feature Feature suggestion

Comments

@Esse78
Copy link

Esse78 commented Sep 20, 2020

Can you add the ability to give to the script a meta file and download what is in the file?
Because some sources don't have the index updated so I modified the meta file but it doesn't allow me to use it.
example: https://dmtranslationscn.com/toc-tsldb/
original meta file: https://filebin.net/s4e3y9ilrtabjof6/meta.json?t=5b9df9ui
modified meta file: https://filebin.net/s4e3y9ilrtabjof6/meta_-_Copy.json?t=u70egf7x
thanks

@dipu-bd dipu-bd added the feature Feature suggestion label Oct 16, 2020
@dipu-bd dipu-bd changed the title Meta file Use the meta file if available to resume download Oct 18, 2020
@dipu-bd dipu-bd self-assigned this May 2, 2021
@dipu-bd
Copy link
Owner

dipu-bd commented May 2, 2021

Logic for this feature:

  • Add a new options. i.e. lncrawl --resume to invoke this.
  • Save the chapter range and output formats selection to metafile
  • When download finished save a finish flag in meta file
  • Check all meta files found in the default output folder
  • If any meta file has does not have finish flag, show option to resume them

estimated time required: 2 hours

@dipu-bd dipu-bd added the testing The issue is under testing label May 3, 2021
@dipu-bd dipu-bd closed this as completed May 6, 2021
@dipu-bd dipu-bd removed the testing The issue is under testing label Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature suggestion
Projects
None yet
Development

No branches or pull requests

2 participants