操作
機能 #754
完了ドイツのトリ
開始日:
2015-04-28
期日:
進捗率:
0%
プラグイン名:
photo_support
説明
https://twitter.com/Asyley_/status/592986657181208578
(サイトで対応しているので)Twitter Webでも画像が展開される模様。
d250g2.comも対応しないとダメですね。
https://twitter.com/Akkiesoft/status/592989463778754560
diff --git a/core/plugin/photo_support/photo_support.rb b/core/plugin/photo_support/photo_support.rb
index 880f8d9..f432fb4 100644
--- a/core/plugin/photo_support/photo_support.rb
+++ b/core/plugin/photo_support/photo_support.rb
@@ -148,6 +148,11 @@ Plugin.create :photo_support do
open("http://instagram.com/p/#{shortcode}/media/?size=l")
end
+ # ドイツのトリ
+ defimageopener('ドイツのトリ', %r#\Ahttp://600eur.gochiusa.net/?\Z#) do
+ open('http://600eur.gochiusa.net/tori/600eur.png')
+ end
+
# d250g2
defimageopener('d250g2', %r#\Ahttp://d250g2.com/?\Z#) do
open('http://d250g2.com/d250g2.jpg')
操作