bin/rr in rubyretriever-1.2.4 vs bin/rr in rubyretriever-1.3.0
- old
+ new
@@ -30,10 +30,10 @@
end
options['progress'] = false
opts.on('-p', '--progress', 'Output progress bar') do
options['progress'] = true
end
- options['maxpages'] = false
+ options['maxpages'] = 100
opts.on('-l',
'--limit PAGE_LIMIT_#',
'set a max on the total number of crawled pages') do |maxp|
options['maxpages'] = maxp
end