diff options
| author | Nathan | 2017-07-22 18:55:27 -0400 |
|---|---|---|
| committer | Nathan | 2017-07-22 18:55:27 -0400 |
| commit | 5e6206f3a7b6c772ca94c0d6c8f615ba7d6ca8c6 (patch) | |
| tree | 43918ae72be2abcc22ad44e8ae760d6853b12f41 | |
| parent | 0beb3c6e69afab60f027d08b7eb2009109019ad1 (diff) | |
| parent | 426e69b2ffd1f30f375fa183f905bf2d2c35fe42 (diff) | |
| download | podcast-5e6206f3a7b6c772ca94c0d6c8f615ba7d6ca8c6.tar.bz2 | |
Merge branch 'master' of github.com:njaremko/podcast
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -5,6 +5,15 @@ It currently supports: - [x] Subscribing to RSS feeds - [x] Streaming podcasts -- [x] Downloading podcasts +- [x] Downloading podcasts - [x] Playing podcasts - [ ] Searching for podcasts...(WIP) + + +Downloads can be done either: + +Individually: `podcast download $podcast_name 4` + +or + +Multiple: `podcast download $podcast_name 1,5,9-12,14` |
