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.
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.
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.