Merge branch 'page1' into newnames

This commit is contained in:
ccd0 2014-04-12 21:29:52 -07:00
commit a5eb42e14b

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