Metadata-Version: 2.1
Name: artetv-dl
Version: 1.0.0
Summary: Download videos from arte.tv
Home-page: https://git.neodarz.net/neodarz/scripts/arte.tv-dl.git
Author: NeodarZ
Author-email: neodarz@neodarz.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires: pbd
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (==4.6.0)
Provides-Extra: devel
Requires-Dist: fixtures; extra == 'devel'
Requires-Dist: pbr; extra == 'devel'
Requires-Dist: tox; extra == 'devel'
Requires-Dist: bandit; extra == 'devel'

# arte.tv-dl.sh

This little script can download a video from arte.tv website.

## Installation

Juste run the following command for install requirements on your system:

```
pip install pbr
pip install .
```

## Usage

```
artetv-dl
```

## Licence

All code in this repository are written by neodarz <neodarz@neodarz.net> and
under GPL-3 licence.



