pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.92k stars 543 forks source link

Continue download if failed abruptly #13

Closed paniash closed 3 years ago

paniash commented 3 years ago

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 commented 3 years ago

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