Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chibby0ne/downloader
Python script for downloading all files of a given format from a given website
https://github.com/chibby0ne/downloader
Last synced: about 4 hours ago
JSON representation
Python script for downloading all files of a given format from a given website
- Host: GitHub
- URL: https://github.com/chibby0ne/downloader
- Owner: chibby0ne
- License: gpl-2.0
- Created: 2014-11-16T05:08:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T05:13:59.000Z (about 10 years ago)
- Last Synced: 2024-11-08T11:23:03.871Z (about 2 months ago)
- Language: Python
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Downloader
A simple python script that downloads all files of the given format from a website and stores it in the given directory. It uses wget for the back-end.
It doesn't require that the output directory or path exists. It should work in all platforms provided they have the requirements.
At the moment it doesn't work for Google images links.
## Requirements
* [Python 2](https://www.python.org/)
* [wget](https://www.gnu.org/software/wget/)## Installation
``` bash
git clone https://www.github.com/chibby0ne/downloader
cd downloader/
```(Optional) `export PATH=$PATH:$(pwd)`
## Usage
```bash
downloader url format place_to_store_them
```
or if the path is not added to `PATH` variable:```bash
./downloader url format place_to_store_them
```## License
This project is licensed under the [GNU GPLv2](LICENSE)
## Copyright
Copyright (c) 2014 Antonio Gutierrez