Description: disable totori.dip.jp photo support
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Last-Update: 2016-02-26

Index: mikutter/core/plugin/photo_support/Gemfile
===================================================================
--- mikutter.orig/core/plugin/photo_support/Gemfile
+++ mikutter/core/plugin/photo_support/Gemfile
@@ -2,4 +2,3 @@ source 'https://rubygems.org'
 
 gem 'nokogiri'
 gem 'httpclient'
-gem 'totoridipjp'
Index: mikutter/core/plugin/photo_support/photo_support.rb
===================================================================
--- mikutter.orig/core/plugin/photo_support/photo_support.rb
+++ mikutter/core/plugin/photo_support/photo_support.rb
@@ -1,7 +1,6 @@
 # coding: utf-8
 require 'nokogiri'
 require 'httpclient'
-require 'totoridipjp'
 
 module Plugin::PhotoSupport
   INSTAGRAM_PATTERN = %r{\Ahttps?://(?:instagr\.am|(?:www\.)?instagram\.com)/p/([a-zA-Z0-9_\-]+)/}
@@ -180,13 +179,6 @@ Plugin.create :photo_support do
     open('http://d250g2.com/d250g2.jpg')
   end
 
-  # totori.dip.jp
-  defimageopener('totori.dip.jp', %r#\Ahttp://totori\.dip\.jp/?\Z#) do |display_url|
-    iwashi = Totoridipjp.イワシがいっぱいだあ…ちょっとだけもらっていこうかな
-    if iwashi.url
-      open(iwashi.url) end
-  end
-
   # 600eur.gochiusa.net
   defimageopener('600eur.gochiusa.net', %r#\Ahttp://600eur\.gochiusa\.net/?\Z#) do |display_url|
     img = Plugin::PhotoSupport.d250g2(display_url)
