FCC / Crawler

Crawler is a bare-bones spider designed to quickly and effectively build an index of all files and pages on a given Web site as well as the link relationship (both incoming and outgoing) between each page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always returning 0 urls to crawl

educkf opened this issue · comments

Thanks for the script. I am facing some problems to setup it. I am running the script on a linux server, and would like to crawl another server that is a windows one. But it always returns 0 urls to crawl. MySQL setup is correct, and I have also inserted on phpMyAdmin the entry on URLs table. Would there be anything else to be done?