blob: abf71c000b1bd553dc2f18e485d43e69b7ece997 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# podcast
---
`podcast` is a command line podcast player.
It currently supports:
- [x] Subscribing to RSS feeds
- [x] Streaming 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`
|