Categorygithub.com/yusukebe/mirror
modulepackage
0.1.5
Repository: https://github.com/yusukebe/mirror.git
Documentation: pkg.go.dev

# README

mirror

mirror is command line tool for mirroring a web page.

Caution

Do not abuse.

Feature

  • Using Headless Chrome.
  • Fetch HTML although rendered by JavaScript.
  • Download all assets that emit when page is loaded.
  • Decode Gzip and Brotli encoding content.

DEMO

DEMO

Installation

go install github.com/yusukebe/mirror/cmd/mirror@latest

Usage

mirror is a command line tool for mirroring web page

Usage:
  mirror [url] [flags]

Flags:
  -A, --agent string        User-Agent name (default "mirror/v0.0.1")
  -h, --help                help for mirror
  -o, --output-dir string   Output Directory (default "output")

Author

Yusuke Wada https://github.com/yusukebe

License

MIT

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author