This section contains the description of some concepts and notes that you should be familiar with when using Darcy.
-
Job Package
A series of settings that define the download process are called Job Package; -
Job Package Statistics
The statistics recorded during a Job Package download process. -
Sessions
Sessions (or Job Package Sessions) represent the actual download sessions along with the download settings and the statistics gathered during the download process.
Notes
-
Regular Expressions
Darcy uses in most of the cases regular expressions for specifying different rules. An important note with these regular expressions is the fact that wildcards (*
) are not accepted as a valid regular expression. This means that the*.darcyripper.com
will not correctly match thewww.darcyripper.com
domain name. The correct expression can be:.*\.darcyripper\.com
.
You can use Darcy's own simple Regular Expressions Editor for checking your regular expressions. If this utility is not suitable, you can find online regular expressions editor (e.g. http://regexpal.com/).