My first gem – RubyRetriever, a ruby web crawler and file downloader(github.com)1 points·by jgmmo·vor 12 Jahren·2 commentsgithub.comMy first gem – RubyRetriever, a ruby web crawler and file downloaderhttps://github.com/joenorton/rubyretriever1 commentsPost comment[–]adam419·vor 12 JahrenreplyLooks nice.There's an error on line 22 in fetchsitemap.rb.You have a comma in self.write(@output,self.sitemap) if @output which causes a wrong # of args error. Tried to merge the fix.[–]jgmmo·vor 12 JahrenreplyOh man, that stinks. Just fixed this and put out a new release.A lot of new releases going on over here.
There's an error on line 22 in fetchsitemap.rb.
You have a comma in
which causes a wrong # of args error. Tried to merge the fix.