Merge branch 'master' into page1

This commit is contained in:
ccd0 2014-04-12 21:29:29 -07:00
commit 6bcf07ece6

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
$
///