Skip to content

Presets

Maxstupo edited this page Jul 11, 2019 · 2 revisions

Presets allow for predefined download settings that can be applied quickly and easily. URL pattern matching allows presets to be automatically applied when adding downloads.

Pattern Matching Modes

Regex

Provides advanced pattern matching using regular expressions.

Simple

Provides simple pattern matching functionality that is good enough for most use cases.

[ and ] - Optional string (All characters escaped, no nesting)
* - Any characters until next token
? - Single character
\ - Escape (\\ to escape backslash)

Examples:

  • http[s]://[www.]youtu[be].[com][be]/* - Matches youtube.com and youtu.be urls.
  • *video* - Matches any url that contains video.

Download Directory & Archive Notes

When working with presets the download directory and archive can be left blank to allow the current defaults to be used instead of a predefined value.