lib/retriever/fetchseo.rb in rubyretriever-1.2.4 vs lib/retriever/fetchseo.rb in rubyretriever-1.3.0
- old
+ new
@@ -4,9 +4,10 @@
# recieves target url and RR options
# returns an array of onpage SEO related fields
# on all unique pages found on the site
def initialize(url, options)
super
+ start
@result.push(@page_one.parse_seo)
async_crawl_and_collect
# done, make sure progress bar says we are done
@progressbar.finish if @progress