Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/philippdrebes/gocast

download podcasts from acast.com
https://github.com/philippdrebes/gocast

acast cli download-podcasts downloader go golang podcast podcast-downloader podcasts

Last synced: 10 days ago
JSON representation

download podcasts from acast.com

Awesome Lists containing this project

README

        

# gocast
gocast is a program for downloading podcasts from acast.com via rss feed.

## Build
```
go get -u -v github.com/philippdrebes/gocast
cd github.com/philippdrebes/gocast
make build
```

## Install
```
make install
```

## Usage
```
Hello Gocast!
usage: gocast [-h|--help] -n|--name "" [-o|--output ""]
[-l|--list] [-i|--index ] [--all] [--latest]

gocast is a program for downloading podcasts from acast.com via
rss feed.

Arguments:

-h --help Print help information
-n --name Podcast name e.g. letstalkaboutcarsyo for
http://rss.acast.com/letstalkaboutcarsyo
-o --output Specifies where downloaded episodes will be saved to
-l --list List all episodes
-i --index Download a single episode via index. Run the 'list' command in
order to get the index of the desired episode. Default: -1
--all Download all episodes
--latest Download the latest episode

```