https://github.com/vitexus/hardownloader
himalayanart.org fullsize image downloader
https://github.com/vitexus/hardownloader
buddhism
Last synced: about 1 year ago
JSON representation
himalayanart.org fullsize image downloader
- Host: GitHub
- URL: https://github.com/vitexus/hardownloader
- Owner: Vitexus
- Created: 2019-11-21T08:48:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T09:33:20.000Z (over 2 years ago)
- Last Synced: 2025-02-14T22:53:33.136Z (over 1 year ago)
- Topics: buddhism
- Language: PHP
- Homepage:
- Size: 1.88 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# HAR Downloader
usage: downloader.php []
COMMANDS
* get get only one image
* pull try to download all images
Options:
* --item -i item ID to download
* --destination -d destination directory
* --verbose -v verbose output
eg. `hardownloader get -i 24301 -d /tmp/har -v`
Installation
------------
```shell
sudo apt install lsb-release wget apt-transport-https bzip2
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install hardownloader
```