From e90f6eacc3c9d804cdaa8de266dea1c1d717b440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20Tykk=C3=A4l=C3=A4?= Date: Sun, 8 Mar 2015 20:44:15 +0200 Subject: [PATCH] Removed password argument, password is asked during run --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ae6be7..e8b7f1c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Simple example ----- ``` $ cp examples/example.py . -$ python example.py -u username -p password +$ python example.py -u username Found folders: 3603265: Ajankohtainen kakkonen 2540806: Dokumentit @@ -61,7 +61,7 @@ VLC playlist example ----- ``` $ cp examples/example_vlc.py . -$ python example_vlc.py -u username -p password -f myplaylist.xspf +$ python example_vlc.py -u username -f myplaylist.xspf ``` Creates XSPF playlist file (XML Shareable Playlist Format) containing recording stream links from first level folders. Item count for every folder is limited to 50 newest recordings for faster operation.