Hi All,
I want to crawl one Url by site not enterily the site.
Please tell me if you know how to do that?.
Thanks for your help.
You seem to have CSS turned off. Please don't fill out this field.
Anonymous
This is a crawler, and by nature it is built to crawl. It's open source, it could be modified to do just what are looking to do.
You could just set the page limit to 1 $crawler->setPageLimit(1);
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Hi All,
I want to crawl one Url by site not enterily the site.
Please tell me if you know how to do that?.
Thanks for your help.
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
This is a crawler, and by nature it is built to crawl. It's open source, it could be modified to do just what are looking to do.
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
You could just set the page limit to 1 $crawler->setPageLimit(1);