This repository has been archived by the owner on Aug 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified crawling behaviour in three steps
+ Match: Receives an URL and returns a worker class with all the parameters needed to download and crawl + Download: Downloads the URL + Crawl: Crawls the data Now download and crawl actions are done in a separate class called datCrawlWorker. Now you can only receive the worker, doing the download and crawl actions independently. For advanced crawling.
- Loading branch information
Felipe Martin Garcia
committed
Mar 23, 2013
1 parent
39e138e
commit 7132f7a
Showing
2 changed files
with
50 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters