Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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