Update extractor arguments format in settings, example of multiples

This commit is contained in:
bmcdonough 2025-10-16 18:28:22 -04:00
parent 97c5e4c8e5
commit a08730a306
1 changed files with 6 additions and 1 deletions

View File

@ -462,7 +462,12 @@ const SettingsApplication = () => {
Extractor Arguments to be passed at runtime
<ul>
<li>Some extractors accept additional arguments</li>
<li>Format: EXTRACTOR:ARG1=VAL1,VAL2;ARG2=VAL3;ARG3=VAL4</li>
<li>Separate multiple extractors with a space</li>
<li>
<span className="settings-current">
EXTRACTOR1:ARG1=VAL1,VAL2;ARG2=VAL3 EXTRACTOR2:ARG3=VAL4
</span>
</li>
<li>
More details{' '}
<a