diff options
author | NeodarZ <neodarz@neodarz.net> | 2018-04-14 18:38:25 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2018-04-14 18:38:25 +0200 |
commit | 9745989d7c25c7582885b43d07123fcf1f02bd39 (patch) | |
tree | 11d1b49bd8670dc38f617d02260ce9890c5122e6 /README.md | |
download | arte.tv-dl-9745989d7c25c7582885b43d07123fcf1f02bd39.tar.xz arte.tv-dl-9745989d7c25c7582885b43d07123fcf1f02bd39.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..21ccef3 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# 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 -r requirements.txt +``` + +## Usage + +``` +./arte.tv-dl.sh <arte.tv_link> +``` + +## Licence + +All code in this repository are written by neodarz <neodarz@neodarz.net> and +under GPL-3 licence. |