My first gem – RubyRetriever, a ruby web crawler and file downloader (github.com) 1 points by jgmmo 12y ago ↗ HN
[–] adam419 12y ago ↗ Looks 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 12y ago ↗ Oh man, that stinks. Just fixed this and put out a new release.A lot of new releases going on over here.
[–] jgmmo 12y ago ↗ Oh man, that stinks. Just fixed this and put out a new release.A lot of new releases going on over here.
2 comments
[ 3.6 ms ] story [ 9.9 ms ] threadThere'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.A lot of new releases going on over here.