Skip to content

arennow/arcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arcast

A tool to let you archive episodes of a podcast.

In the future, I hope to better document the configuration file format, but for now, take this example of a configuration file for the Accidental Tech Podcast:

{
	"title": "Accidental Tech Podcast",
	"url": "https://atp.fm/episodes?format=rss"
}

If you store that as, say, atp_config.json, then you can run

arcast --pretend --config-file-path atp_config.json --destination .

and arcast will [pretend to] download every episode of ATP to your current directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages