[booru] unquote tags to fix multiple tags in urls

This commit is contained in:
Mike Fährmann
2014-12-22 16:45:58 +01:00
parent f2c68a5753
commit 2a7dbd8868
2 changed files with 4 additions and 4 deletions

4
config
View File

@@ -21,5 +21,5 @@ regex0 = (?:https?://)?(?:www\.)?imgbox\.com(/.*)
regex0 = (?:https?://)?(?:www\.)?imagebam\.com/(gallery|image)/([^/]+).*
[e621]
regex0 = (?:https?://)?(?:www\.)?e621\.net/post/index/\d+/(\w+)
regex1 = e(?:621)?[.:-_](\w.+)
regex0 = (?:https?://)?(?:www\.)?e621\.net/post/index/\d+/([^?]+)
regex1 = e(?:621)?[.:-_](\w.+)