Skip to content

Download podcast audio files and general info from a podcast RSS feed

License

Notifications You must be signed in to change notification settings

anthonyringoet/podcastdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podcastdl

Download podcast audio files and general info from a podcast RSS feed. Not optimized. It does what it does for me, albeit not in the most speedy fashion.

CLI usage

podcastdl --url https://foo.bar
# basic usage, download the podcast feed to the default folder "out"

podcastdl --url https://foo.bar --output a-folder --verbose
# download the podcast feed to the folder "a-folder" and show more logs

Options

url: the url of the podcast feed
--url or -u

output: the folder to save the podcast files
--output or -o

verbose: show more logs
--verbose or -v

help: show this help
--help or -h

API usage

import downloader from "./index.js"
downloader("https://app.springcast.fm/podcast-xml/16731", "out", true)

About

Download podcast audio files and general info from a podcast RSS feed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published