blob: ac142c66272f96edb16c632f94831ee3ae960a5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
- [ ] Auto-download
- [ ] Auto-delete
- [ ] Shell Completions
- [ ] 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`
|