poddodger

Version, currently 0.0.11 version
  • 0.0.1latestJun 7, 2020

github.com/teesloane/poddodger

Tool - Podcast Bulk Downloader

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  poddodger:
    github: teesloane/poddodger
    version: ~> 0.0.1

Then run:

shards install

shard.yml

Crystal
0.34.0
License
MIT
Author
teesloane
Target
  • poddodger from src/poddodger.cr

Dependencies

Runtime Dependencies

README

poddy dodger | ˈpɒdɪdɒdʒə | > noun Australian

a person who steals unbranded cattle:
"the cattle were forced onto the hills, where they were easy picking for the old poddy dodger."

Pod-Dodger

Pod-Dodger is an command line tool for batch downloading podcast episodes. Useful for long road-trips and extended periods of non-internet life.

Installation

Head to the releases page and download a binary for your system.

Usage: poddodger [arguments]

    -f, --feed string                URL of podcast rss feed
    -d, --dir string                 Directory to save files to.
    -o, --overwrite                  Overwrite existing files
    -h, --help                       Show this help

Development

  1. Clone the repo.
  2. Run make setup
  3. Run make compile to make sure things are working.