shitcoding / page-loader

Page-loader package: Downloads a target web page with local assets and saves it to specified directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintainability Test Coverage Python CI Actions Status

page-loader package

Downloads a target web page with all its resourses and saves it to specified directory (default: current directory).

Installation

cd ~/Downloads
git clone https://github.com/shitcoding/python-project-lvl3
cd python-project-lvl3
make package-install

asciicast

Usage

$ page-loader --help
usage: page_loader [-h] [-o OUTPUT] url

Downloads a web page

positional arguments:
  url                   URL of the web page you want to download

options:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Path to output directory (Default: current directory)

asciicast

About

Page-loader package: Downloads a target web page with local assets and saves it to specified directory


Languages

Language:Python 96.4%Language:Makefile 3.6%