diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,13 +7,14 @@ This little script can download a video from arte.tv website. Juste run the following command for install requirements on your system: ``` -pip install -r requirements.txt +pip install pbr +pip install . ``` ## Usage ``` -./arte.tv-dl.sh <arte.tv_link> +arte_tv ``` ## Licence |