Home - ParsaAlizadeh/universal-parser-tool GitHub Wiki
Welcome to the universal-parser-tool wiki!
This page contains general options.
Find more information about parsers in their sections :)
Initialize Options
You can run upt init
directly or use these options on upt init
command.
-
--root {root}
: This is default prefix for saving samples. Each parser uses its own suffix. -
--input {input}
: Input files will be created in this format. You can use{i}
for the index of samples. Also, you may use a subdirectory for test files such astests/{i}.in
. -
--output {output}
: Same as--input
for output samples.
General Options
-
-i, --inplace
: Test files created in the working directory, and not at the root path. -
-l, --login
: The driver loads login page and waits you for login. No plain password saved, just saving the cookie.
In every parser, you can pass URL instead of task pattern. This implies --inplace
by default.