Closed sybarix closed 2 years ago
Can you post the post url where that error occurred? I could see this being an issue with Gumraod posts because they have no published date but all posts edited
date is the date they were last edited on kemono so they should all be proper dates.
Additionally, using %%y/%%m/%%d should result in 2022/04/23 as the date, but the output is 2022_04_23 (very minor issue).
You can not have slashes in windows file or folder names and all illegal characters are converted to _
.
You can not have slashes in windows file or folder names and all illegal characters are converted to _.
Whoops, totally forgot about that thanks.
Can you post the post url where that error occurred?
(NSFW) https://kemono.party/fanbox/user/11229342/post/1065108
Ok ya looks like there is no edited date so it defaults to 00010101 in the current version. I should have a new version out tonight that will just make it the text string None instead.
Fixed in release 2022.04.24
Version
Version: 2022.04.23
Your Command
Description of bug
When using %y as one of the arguments for --date-strf-pattern, some posts cause the script to halt.
How To Reproduce
Based on the error message, run the script with %y as one of the arguments for --date-strf-pattern. However, further testing was not yet done to verify if %y is the only cause.
Error messages and tracebacks
Additionally, using %%y/%%m/%%d should result in 2022/04/23 as the date, but the output is 2022_04_23 (very minor issue).