diff options
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. |