eksopl / fuuka

Fuuka Imageboard Archiver
http://code.google.com/p/fuuka/
Other
58 stars 7 forks source link

Archiving Stickies #42

Closed GXTX closed 11 years ago

GXTX commented 12 years ago

http://ompldr.org/vZGozcg/sticky.png

https://archive.installgentoo.net/g/thread/24483669

It doesn't actually show it as a sticky on the archive.

eksopl commented 12 years ago

It stores the sticky bit, I just don't have any display for it in the web UI.

Thanks for reminding me.

GXTX commented 12 years ago

After a few stickies i've noticed it doesn't actually save that the thread was 'stuck'.

http://ompldr.org/vZmd2bw/doesntactuallysave.png

oohnoitz commented 12 years ago

It seems that moot changed the HTML for the sticky a little bit and broke the regex.

Change Board/Yotsuba.pm#L191 to: $post=~m!<img \s src="[^"]*" \s alt="Sticky" \s title="Sticky"[^>]*>!xs;

eksopl commented 11 years ago

Fixed, sankyuu~