Skip to content

Commit

Permalink
Removed password argument, password is asked during run
Browse files Browse the repository at this point in the history
  • Loading branch information
enyone committed Mar 8, 2015
1 parent d15419f commit e90f6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit e90f6ea

Please sign in to comment.