diff --git a/plugins/pod_updated.rb b/plugins/pod_updated.rb index 3f35189..1e5420b 100644 --- a/plugins/pod_updated.rb +++ b/plugins/pod_updated.rb @@ -13,7 +13,7 @@ class PodUpdated def execute(m, url) url = "http://#{url}" unless url.start_with?("http") uri = URI.parse url - open "http://podversion.tk/?domain=#{uri.host}&plain" do |io| + open "http://podversion.tk/#{uri.host}/text" do |io| n = Nokogiri::HTML(io) m.reply n.css('p').text.strip end