nelsonic / github-scraper

🕷 🕸 crawl GitHub web pages for insights we can't GET from the API ... 💡
432 stars 96 forks source link

Whaaat....? #62

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

Why does url_validator require a callback...? https://github.com/nelsonic/github-scraper/blob/07b518192f7f21b94da4bcf09815abf113daa34f/lib/url_validator.js#L8

nelsonic commented 8 years ago

It requires a callback so we can call it with 404 if the url is undefined. :+1: