Skip to content

v0.6.1

Choose a tag to compare

@ZimCodes ZimCodes released this 24 Sep 05:06

Important Changes

Many changes have been established with Zeiver, so lets get started!

New options

More options are added to Zeiver.

  • print_header
  • print_headers
  • no_stats_list
  • scan
  • all_certs
  • https_only
  • input_record

The print- options provide Zeiver's Grabber module with a chance to be used as a standalone component. Information about these options can be found in the README.

OD Support

Zeiver supports even more ODs than before. The supported ODs can be found in OD.md. The ODs listed here have been fine tuned to work with Zeiver. Though the ODs that aren't, may also have a chance of being supported as well.

Asynchronous

Zeiver now fully supports tokio's asynchronous runtime. In the beginning, only part of Zeiver was asynchronous while the majority was synchronous and multi-threaded.

Miscs

  • Change module name from HTTP to Grabber
  • Change option name --record-file to --output-record
  • Colorful user interface for the terminal
  • Present status codes when Scraper uses the Grabber module.
  • Supports 7z split files
  • Reduce --retry-wait default from 10 to 8
  • Accepts file extensions ranging from 2 to 7 in length
  • Provide the correct link to the file
  • And more!