aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrhenium <rhenium@rhe.jp>2014-05-08 05:53:46 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-10-26 14:14:57 +0900
commit96cb992c3770f1a3d9cc308483ee2d80a285317f (patch)
tree1d92d0551bb5b254b9278f4579092f7b9803b1ba
parentf8f1b0748e180418b23f6e27912f6270bf922c09 (diff)
downloadmikutter-96cb992c3770f1a3d9cc308483ee2d80a285317f.tar.gz
拡張子漬きの gyazo の URL をうまく処理できるように
-rw-r--r--core/plugin/openimg/pattern_file.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin/openimg/pattern_file.json b/core/plugin/openimg/pattern_file.json
index 4a94113c..ac31126a 100644
--- a/core/plugin/openimg/pattern_file.json
+++ b/core/plugin/openimg/pattern_file.json
@@ -36,7 +36,7 @@
}
},
"gyazo": {
- "url": "^http://gyazo.com/[a-zA-Z0-9]+",
+ "url": "^http://gyazo.com/[a-zA-Z0-9]+(?!(\.png|\.gif))$",
"attribute": {
"id": "gyazo_img"
}