diff options
| author | Nathan Jaremko | 2017-07-22 18:11:37 -0400 | 
|---|---|---|
| committer | GitHub | 2017-07-22 18:11:37 -0400 | 
| commit | c01b911b9b0ee0f6a57e67f3bc63aabbd524c2df (patch) | |
| tree | 34b86b36614291e82a1d86e0a1c473624493f8a5 /README.md | |
| parent | 43dba8c1df9777bbb51663ed890c098565e30129 (diff) | |
| download | podcast-c01b911b9b0ee0f6a57e67f3bc63aabbd524c2df.tar.bz2 | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 | 
1 files changed, 6 insertions, 1 deletions
| @@ -5,6 +5,11 @@   It currently supports:  - [x] Subscribing to RSS feeds  - [x] Streaming podcasts -- [x] Downloading podcasts (Both indvidually download %podcast_name% 4, and in the form: download %podcast_name% 1,5,9-12,14) +- [x] Downloading podcasts   - [x] Playing podcasts  - [ ] Searching for podcasts...(WIP) + + +Downloads can be done either: +Individually: `podcast download $podcast_name 4` +Multiple: `podcast download $podcast_name 1,5,9-12,14` | 
