vignedev / twist-dl

Simple Twist.moe/AnimeTwist anime downloader in CLI with support for batch downloading.
MIT License
29 stars 5 forks source link

Improved downloading, added -e *, fixed donation message not displaying properly when the twist.moe donation goal is already met #8

Closed legoandmars closed 4 years ago

legoandmars commented 4 years ago

Improved downloading by fixing a bug that caused the file to not fully download. When the user's internet connect was disrupted, the file would be counted as fully downloaded even when incomplete. To fix this, there's now a check to make sure the file has actually fully downloaded. If it hasn't, it will keep trying until it has.

If a file is already fully downloaded, it won't forcibly download it again.

Passing "-e *" will now download all episodes.

Instead of the donation message displaying "$-100 short" when the donation goal is $100 over, it will now display "$100 over the donation goal". The dollar sign is also now in front of the dollar amount instead of behind it.

vignedev commented 4 years ago

I have implemented a safer way of handling broken downloads. It still doesn't include recursive downloading though. Please rebase your fork to the newest commit of mine.