Closed TaakoMagnusen closed 2 years ago
Please use '-i' to ignore errors for now. I haven't had a lot of time to work on this but I'll be releasing a update with a bunch of fixes and changes this week. I will also keep remember to fix that '--version' issue.
my bad, didn't RTFM and so i didn't know about -i
. Thanks!
Version
Version: 2021.12.06
Service, User ID, Post ID
Your Command
Description of bug
Downloader hits a 404 and stops the entire download process
How To Reproduce
run
python kemono-dl.py --cookies "kemono.party_cookies.txt" --links https://kemono.party/patreon/user/6858411
Error messages and tracebacks
Additional comments
The downloader should not stop if it hits a 404, it should log which URLs it had trouble with and continue to download all the other content.
BTW the command in this bug template to get the version
python kemono-dl.py --version
doesn't work unless you include a---cookies
argument. Should probably fix that; but thats a separate bug.