Replies: 1 comment 1 reply
-
@alexjshaw It's not nearly as neat as a setting button to allow this, but addressing the same issue over in #34, you may wish to adjust your downloader.py file in the lines below to remove the file immediately after encountering a failure. As noted on the issue, it does prevent retries on files that may have failed for other reasons (these would get picked up on a re-run), but it will prevent you from having half baked files in your folder while the team works on a setting/retry threshold. CoomerDL/downloader/downloader.py Lines 253 to 255 in f44f77d Change to
You may actually be able to get away with removing the file with |
Beta Was this translation helpful? Give feedback.
-
First things first, I love the program.
The one issue I have is that coomer is quite unreliable, which results in files that often throw this kind of error:
Error downloading: ('Connection broken: IncompleteRead(100663296 bytes read, 200581899 more expected)', IncompleteRead(100663296 bytes read, 200581899 more expected))
and you end up with a file that is only partially complete, for example only the first 2 minutes of a 10 minute video working.
Would it be possible to get a setting so that if a download fails in that manner it deletes the partially downloaded file?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions