Several "default" possible
Is it possible de define several default value ?
Exemple:
[alternative1]
type=extract
url=./1
find link=%target%
[alternative2]
type=extract
url=./2
find link=%target%
[profile_url]
type=extract
url=./page
find link=%target%
default=%alternative1%
default=%alternative2%
Will profile_url get value of alternative2() is alternative1 is empty?
Comments
you should use this like this...