Navigation Menu

Skip to content

Commit

Permalink
indend
Browse files Browse the repository at this point in the history
  • Loading branch information
boundedrational committed Dec 13, 2014
1 parent d680672 commit e92806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -26,7 +26,7 @@
t='<script type="text/javascript"> function rclk('

for element in states
helpurl=queryurl+"l="+element+"&sort=date"
helpurl=queryurl+"l="+element+"&sort=date"
puts queryurl
doc = Nokogiri::HTML(open(URI::encode(helpurl)))
resultstotal=doc.search("div[@id='searchCount']").inner_html
Expand Down

0 comments on commit e92806f

Please sign in to comment.