stewartmckee / cobweb

Web crawler with very flexible crawling options. Can either use standalone or can be used with resque to perform clustered crawls.
MIT License
227 stars 45 forks source link

Should depend on slop 3.6.0 or update cobweb bin #47

Open mhmaguire opened 8 years ago

mhmaguire commented 8 years ago

Slop 4 introduces breaking changes and doesn't support git style sub-commands anymore. Cobweb should either depend on Slop 3.6.0 or update cobweb executable to the new syntax.

stewartmckee commented 8 years ago

yes, i've changed the version already down to v3 in order to add additional sub commands for issue #46, will be pushed up soon.