Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.01 KB

README.md

File metadata and controls

38 lines (27 loc) · 2.01 KB

Hexlet tests and linter status:

Actions Status Linter

CODE CLIMATE:

MaintainabilityTest Coverage

PageLoader is a command-line utility that downloads pages from the Internet and saves them on your computer. Together with the page, it downloads all resources (images, styles and js), allowing you to open the page without the Internet.

Usage:

As CLI tool:

> page-loader --help
usage: page-loader [options] <url>

PageLoader is a command-line utility that downloads pages from the Internet and saves them on your computer. Together with the page, it downloads all resources (images, styles and js), allowing you to open the page without the Internet.

positional arguments:
  url

optional arguments:
  -o [dir], --out [dir]
                        output directory where the specified url is saved (default:
                        /home/sense/projects/python-project-lvl3)
  -h, --help            display help for command

Demo:

Downloading page:

asciicast

Dowloading page with images:

asciicast

Downloading page with images, links, scripts:

asciicast