Skip to content

Releases: ArchiveBox/abx-dl

v1.0.5

31 Dec 02:01

Choose a tag to compare

  • Fix dependency pre-check for plugins with Crawl hooks
  • Fix hook file disambiguation (multiple hooks in same plugin dir)

v1.0.4

31 Dec 01:38

Choose a tag to compare

Fix: Skip dependency pre-check for plugins with Crawl hooks (fixes chrome plugin being skipped)

v1.0.3

30 Dec 22:39

Choose a tag to compare

Move dev dependencies to optional-dependencies group

v1.0.1

30 Dec 20:36

Choose a tag to compare

abx-dl v1.0.1

Patch release to fix PyPI publishing.

Installation

pip install abx-dl

Usage

abx-dl 'https://example.com'
abx-dl --plugins=title,favicon,screenshot 'https://example.com'
abx-dl plugins

v1.0.0 - Initial Release

30 Dec 20:20

Choose a tag to compare

abx-dl v1.0.0

All-in-one CLI tool to download and extract content from URLs.

Installation

pip install abx-dl

Usage

# Download with all plugins
abx-dl 'https://example.com'

# Download with specific plugins
abx-dl --plugins=title,favicon,screenshot 'https://example.com'

# List available plugins
abx-dl plugins

Available Plugins

  • title - Extract page title
  • favicon - Download site favicon
  • screenshot - Full page screenshot (Chrome)
  • pdf - Page as PDF (Chrome)
  • dom - Rendered DOM HTML (Chrome)
  • wget - Mirror site with wget
  • singlefile - Single-file HTML snapshot
  • And more via ArchiveBox plugin library...