Skip to content

Commit

Permalink
FIX buttersafe.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Aug 20, 2009
1 parent a6d4f13 commit f9be671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/buttersafe.com.rb
Expand Up @@ -5,6 +5,6 @@
puts "Surreal"

get_rss 'http://feeds.feedburner.com/Buttersafe' do |item|
get(item.link) =~ %r[src='((http://(www\.)?buttersafe.com)?/comics/\d\d\d\d-\d\d-\d\d-.*?\.jpg)']
get(item.link) =~ %r[buttersafe.com/(comics/\d\d\d\d-\d\d-\d\d-.*?\.jpg)]
comic $1, item.pubDate, item.title
end

0 comments on commit f9be671

Please sign in to comment.