diff --git a/core/plugin/photo_support/photo_support.rb b/core/plugin/photo_support/photo_support.rb index d5980f0a..9f058ee2 100644 --- a/core/plugin/photo_support/photo_support.rb +++ b/core/plugin/photo_support/photo_support.rb @@ -291,4 +291,9 @@ Plugin.create :photo_support do img = Plugin::PhotoSupport.インスタ映え(display_url) open(img) if img end + # pixiv new + defimageopener('pixiv', %r) do |display_url| + img = Plugin::PhotoSupport.インスタ映え(display_url) + open(img) if img + end end