Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
boundedrational committed Mar 8, 2014
1 parent c8a256a commit 626dc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -60,7 +60,7 @@
g=0
if j==0
while c<=resultslimit
long_url= "http://fullrss.net/a/http/rss.indeed.com/rss?q=&l=" + url_state + "california&sort=date&start="+c.to_s()
long_url= "http://fullrss.net/a/http/rss.indeed.com/rss?q=&l=" + url_state + "&sort=date&start="+c.to_s()
puts long_url
scraping = Nokogiri::XML(open(long_url))

Expand Down

0 comments on commit 626dc31

Please sign in to comment.