Command Line Options
Parameters table
| Parameter | Description |
|---|---|
| -resetpassword | Reset access password to the scraper |
| -stoptasks | Launch scraper with stopped tasks |
| -foreground | Launch scraper with log output in console |
| -morelogs | Output detailed information to the log |
| -asynchttpx-disable-cert-check | Disable TLS certificate validation |
| -nofork | Disable multi-core result processing |
Usage form
note
The path in the command line must point to the directory containing the executable file.
note
To open cmd in the A-Parser directory on Windows, you need to open the program's working directory and in the Explorer address bar enter cmd and press
Example of launching the scraper with A-parser's stopped tasks:
- Windows
aparser.exe -stoptasks
or
.\aparser.exe -stoptasks
- Linux
./aparser -stoptasks
Reset password
Example of resetting the password:
- Windows
aparser.exe -resetpassword
or
.\aparser.exe -resetpassword
- Linux
./aparser -resetpassword