update quote link regexp to accept /thread/

This commit is contained in:
ccd0 2014-04-12 21:28:31 -07:00
parent 6cad2ae377
commit c0ea6f8e95

View File

@ -96,7 +96,7 @@ class Post
return unless match = quotelink.href.match ///
boards\.4chan\.org/
([^/]+) # boardID
/res/\d+#p
/(?:res|thread)/\d+#p
(\d+) # postID
$
///