Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Aug 20:48
· 16 commits to main since this release

Changed

  • paginate.count is renamed last, and paginate.limit is gone.

Added

  • A min transform step, the counterpart to max.
  • paginate.first, the number a site gives its first page.
  • Pages are fetched in parallel wherever the termination condition allows. paginate.concurrent: false turns it off.
  • try --toc-pages N caps the chapter-list walk.

Fixed

  • rate_limit was never passed to the fetcher.
  • --sample capped at three. Samples now spread evenly across the list.
  • drop_leading could delete a whole chapter and still report ok.