https://github.com/totbwf/podcast-dl
A simple CLI podcast downloader
https://github.com/totbwf/podcast-dl
cli podcasts rss
Last synced: 9 months ago
JSON representation
A simple CLI podcast downloader
- Host: GitHub
- URL: https://github.com/totbwf/podcast-dl
- Owner: TOTBWF
- License: bsd-3-clause
- Created: 2019-02-08T22:39:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T21:22:07.000Z (over 7 years ago)
- Last Synced: 2025-10-09T17:04:25.591Z (9 months ago)
- Topics: cli, podcasts, rss
- Language: Haskell
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# podcast-dl
A simple CLI application for downloading podcasts.
## Configuration
`config.yaml` should be located at `$XDG_CONFIG_HOME`.
The current options are:
- `output-dir`: Where the podcasts will be downloaded to. Supports `gvfs` filesystems.
- `urls`: A list of rss feed urls.
## Usage
Press `` to expand a section, `d` to download, and `-` to minimize an
entire feed.
## Building
Note that you need to have `gobject` and `gobject-introspection` installed.
This is because uploading to mtpfs or other funky filesystems is often required.
``` sh
stack build
```