>>33
Oh, sup AoRF. Where have you been?
I've been wanting to email you for a while now, I just realized that posts with more than 15 newlines don't get archived by the /a/rchiver properly, since it tries to archive things from the index page rather than go into reply all the time, the "Comment too long. Click here to view the full text." trims it.
It also doesn't archive posts/threads 1-9 properly. I wasn't able to figure out what the problem was in time. After having to deal with several lines of
valid perl code of regexps in order to fix archival of mod/admin posts (used to break), I kinda gave up on that one.
There's also a problem with images that have the same size as their thumbnail, 4chan doesn't output width= height= arguments in their img tag for those, so the archiver gives them the thumb size of 0x0. I tried changing ($twidth or 0) to (!$spoiler and $width) or 0)) (and the same for $theight) in Yotsuba.pm, but while it workes for most images, it randomly made images that had a $twidth/$theight set get the value of $width/$weight. This caused HUGE thumbnails to appear out of fucking nowhere.
Now that I think about it, I probably fucked up in the regexp for parse_thread, since when I delete one of those fucked up posts from the database, it fixes itself.