https://github.com/frozencemetery/rss2mp3
Terminal utility for downloading podcasts
https://github.com/frozencemetery/rss2mp3
c command-line podcast podcast-client rss rss-aggregator terminal termux
Last synced: about 1 month ago
JSON representation
Terminal utility for downloading podcasts
- Host: GitHub
- URL: https://github.com/frozencemetery/rss2mp3
- Owner: frozencemetery
- License: agpl-3.0
- Created: 2022-05-04T21:30:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T16:28:42.000Z (over 3 years ago)
- Last Synced: 2025-10-10T16:35:25.699Z (about 2 months ago)
- Topics: c, command-line, podcast, podcast-client, rss, rss-aggregator, terminal, termux
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# rss2mp3
Command-line utility for downloading podcasts.
To use:
```
$ ./run
(build output trimmed)
[h for help] h
- h: help (this text)
- a: add a feed
- d: delete a feed
- l: list feeds
- u: update feeds
- q: quit
[h for help]
```
The primary use case for this tool is running inside Termux. Users not
attempting to run on a phone will probably appreciate the TUI client
[castero](https://github.com/xgi/castero) more than this project.
We depend on libcurl and libxml2. If not present, these can be installed
with:
```
$ apt install libxml2 libcurl
```
or the appropriate equivalent for your distro.