lib/retriever/fetchseo.rb in rubyretriever-1.0.0 vs lib/retriever/fetchseo.rb in rubyretriever-1.0.1

- old
+ new

@@ -1,7 +1,7 @@ module Retriever class FetchSEO < Fetch - def initialize(url,options) + def initialize(url,options) #recieves target url and RR options, returns an array of onpage SEO related fields on all unique pages found on the site super @data = [] page_one = Retriever::Page.new(@t.source,@t) @linkStack = page_one.parseInternalVisitable lg("URL Crawled: #{@t.target}") \ No newline at end of file