Other Filters Panel


This panel enables you to control which URL's are crawled (i.e. have their content scanned for URL's) or saved to disk by specifying restrictions (filters) on the URL's properties - like its content.

For example suppose you only want to crawl all files which contain the word "Blue Crab." Then you can choose "Crawl a resource only if the..." from the popup button, and enter "Blue Crab" into the "Content contains" text field.

It is important to note that filters are not applied to the starting URL.

All filters specified must be TRUE for the file to be processed.

AppleScript

An interesting aspect of this filter panel is the ability to run an AppleScript at each point the file is crawled or saved.

This enables you to extend the processing of URLs to other applications. For example you could use scripting to import certain grabbed data during the crawl into a database.

Scripts have access to the following variables. To access the value in a script include the embedding symbol listed after the variable name. Note that each embedding symbol is prefixed by a double underscore.