Doug Lee
Results
3
issues of
Doug Lee
FAQ should have: 1. how to install 2. how to uninstall additionally, i would put how to install right there next to every download link
for example: ``` crawler.crawl({ url: "http://localhost:8080/locations/", selector: ".main-content" ``` would only follow the links found inside `.main-content` this way i don't have to keep crawling the header, footer, sidebars, etc...
enhancement