Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/totbwf/podcast-dl
A simple CLI podcast downloader
https://github.com/totbwf/podcast-dl
cli podcasts rss
Last synced: 18 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T21:22:07.000Z (almost 6 years ago)
- Last Synced: 2024-11-16T09:34:33.735Z (3 months ago)
- Topics: cli, podcasts, rss
- Language: Haskell
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- 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
```