Skip to content

Commit

Permalink
update podersion plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Dec 6, 2013
1 parent 01370d1 commit b072f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pod_updated.rb
Expand Up @@ -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
Expand Down

0 comments on commit b072f0c

Please sign in to comment.