Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philippdrebes/gocast
- Owner: philippdrebes
- License: mit
- Created: 2018-03-20T20:30:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T06:21:53.000Z (over 4 years ago)
- Last Synced: 2024-12-03T00:08:30.828Z (21 days ago)
- Topics: acast, cli, download-podcasts, downloader, go, golang, podcast, podcast-downloader, podcasts
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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```