Skip to content

Commit

Permalink
can search for those funny swedish vowels now
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeritz committed Feb 14, 2012
1 parent 57337c6 commit 438a7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*~
2 changes: 1 addition & 1 deletion verbs.rb
Expand Up @@ -10,7 +10,7 @@
verb = Hash.new("---")
verb[:searched] = searched_verb

uri = URI('http://tyda.se/search/'+searched_verb)
uri = URI(URI.escape('http://tyda.se/search/'+searched_verb))
html = Net::HTTP.get(uri)

doc = Nokogiri::HTML(html) do |config|
Expand Down

0 comments on commit 438a7f3

Please sign in to comment.