Copied to clipboard!
java -jar zyod.jar URLS
# WebDriver
| Command | Input | Description | 
|---|---|---|
| WebDriver Type | Type of WebDriver to use. Default: firefox. More Info | |
| Headless Mode | Activates headless mode. Cannot be used with --download. More Info | |
| New! Accept All Certificates | Accepts all certificates including invalid ones. Use at your own risk! More Info | |
| New! Driver Version | The webdriver version you want Zyod to download & use. Web Driver version must match your browser version! Default: auto. More Info | 
# Navigator
| Command | Input | Description | 
|---|---|---|
| Depth Level | Specify how many directories deep to go. Default: 20. Depth of 1 is current directory. More Info | 
# Scraper
| Command | Input | Description | 
|---|---|---|
| Scrape Wait Delay | Wait a maximum number of seconds before scraping. Default: 6. More Info | |
| Random Scrape Delay | Wait a random amount of seconds before scraping. 0.5 * Scrape Wait Delay (inclusive) to 1.5 * Scrape Wait Delay (exclusive). More Info | 
# Downloading
| Command | Input | Description | 
|---|---|---|
| Activate Downloader | Enable downloading feature. Cannot be used with --headless. More Info | |
| Download Directory | Directory path to store downloaded files. Default: $Downloads folder$/Zyod. More Info | |
| Download Wait Delay | Wait a random amount of seconds before downloading. The wait time will vary between 0.5 * Download Wait Delay (inclusive) to 1.5 * Download Wait Delay (exclusive). More Info | 
# Recording
| Command | Input | Description | 
|---|---|---|
| Recording File | The file path to save recorded links. Default: output.txt. More Info | |
| Input File | Read links from a file, which points to a series of ODs. This option can be used with URL... argument. More Info | |
| Disable Recording | Disable recording features. More Info | 
# Interactivity
| Command | Input | Description | 
|---|---|---|
| Activate Scrolling | Activates scrolling feature. More Info | |
| Scroll Wait Delay | Amount of seconds to wait before attempting to scroll again. Default: 4. More Info | |
| New! Delay Interaction | Amount of seconds to wait before attempting a simulated interaction (right-click, dragging, etc). Default: 5. More Info | 
# Miscellaneous
| Command | Input | Description | 
|---|---|---|
| New! Initial Refresh | Refresh the first page. More Info | |
| New! Don't Refresh | Do not refresh the page and try again upon failure. More Info | |
| New! Initial Page Delay | Amount of seconds to explicitly wait after navigating to the first webpage. Default: 0. More Info | |
| New! Delay Page Load | Amount of seconds to implicitly wait for a page load to complete before throwing an error. Default: 30. More Info | |
| New! Delay Web Element Search | Amount of seconds to implicitly wait for web element(s) to appear before throwing an error. Default: 30. More Info |