java -jar zyod.jar 

URLS


# WebDriver

CommandInputDescription
WebDriver TypeType of WebDriver to use. Default: firefox. More Info
Headless ModeActivates headless mode. Cannot be used with --download. More Info
New! Accept All CertificatesAccepts all certificates including invalid ones. Use at your own risk! More Info
New! Driver VersionThe webdriver version you want Zyod to download & use. Web Driver version must match your browser version! Default: auto. More Info

# Navigator

CommandInputDescription
Depth LevelSpecify how many directories deep to go. Default: 20. Depth of 1 is current directory. More Info

# Scraper

CommandInputDescription
Scrape Wait DelayWait a maximum number of seconds before scraping. Default: 6. More Info
Random Scrape DelayWait a random amount of seconds before scraping. 0.5 * Scrape Wait Delay (inclusive) to 1.5 * Scrape Wait Delay (exclusive). More Info

# Downloading

CommandInputDescription
Activate DownloaderEnable downloading feature. Cannot be used with --headless. More Info
Download DirectoryDirectory path to store downloaded files. Default: $Downloads folder$/Zyod. More Info
Download Wait DelayWait 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

CommandInputDescription
Recording FileThe file path to save recorded links. Default: output.txt. More Info
Input FileRead links from a file, which points to a series of ODs. This option can be used with URL... argument. More Info
Disable RecordingDisable recording features. More Info

# Interactivity

CommandInputDescription
Activate ScrollingActivates scrolling feature. More Info
Scroll Wait DelayAmount of seconds to wait before attempting to scroll again. Default: 4. More Info
New! Delay InteractionAmount of seconds to wait before attempting a simulated interaction (right-click, dragging, etc). Default: 5. More Info

# Miscellaneous

CommandInputDescription
New! Initial RefreshRefresh the first page. More Info
New! Don't RefreshDo not refresh the page and try again upon failure. More Info
New! Initial Page DelayAmount of seconds to explicitly wait after navigating to the first webpage. Default: 0. More Info
New! Delay Page LoadAmount of seconds to implicitly wait for a page load to complete before throwing an error. Default: 30. More Info
New! Delay Web Element SearchAmount of seconds to implicitly wait for web element(s) to appear before throwing an error. Default: 30. More Info