From 1292e124c1d572ce2a6b339bb044cb699d660619 Mon Sep 17 00:00:00 2001 From: Firstname Lastname Date: Mon, 9 Dec 2019 21:27:21 +0100 Subject: [PATCH] README updated --- README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/README.md b/README.md index 8c374bd..557836e 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,7 @@ audio file and creates an xml file to listen to them as a podcast. ## Getting Started -usage: ydl.py [-h] [-s] [-q] [-f] [-video] [-d DIR] [-url URL] - [-yturl YOUTUBE_URL] - -optional arguments: - -h, --help show this help message and exit - -s, --simulate Do not download videos, just do as if - -q, --quiet Very quiet option for youtube-dl - -f, --feed Create Podcast feed - -video Download videos instead of creating audio - -d DIR, --dir DIR Define download directory for files, default - value:'~/Vidéos' - -url URL Define base url for podcasts, default - value:'http://podcasts.lutix.org' - -yturl YOUTUBE_URL, --youtube_url YOUTUBE_URL - Define youtube url to fetch - +Run python ydl.py -h or ydl -h (from binayr under dist/). ### Prerequisites