Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```