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

Continue download if failed abruptly #13

Closed
paniash opened this issue Jun 13, 2021 · 1 comment
Closed

Continue download if failed abruptly #13

paniash opened this issue Jun 13, 2021 · 1 comment

Comments

@paniash
Copy link

paniash commented Jun 13, 2021

Youtube-dl has the ability to continue downloading from the same point if it fails abruptly. ani-cli currently does not support this, i.e. if my download is at 50% and I kill it and set it to download again, it does not continue from 50% but from 0%.

It would be nice if this support is added to it. :-)

pystardust added a commit that referenced this issue Jun 18, 2021
- refer #13
- the script has to be run in the directory which contains the
  incomplete download.
@pystardust
Copy link
Owner

you could do this with curl -C -
I have added this functionality in the last commit

@paniash paniash closed this as completed Aug 30, 2021
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

2 participants