Python tool for downloading music and podcasts from feeds
Go to file
bombinans 9989e5f4c8 Merge pull request 'feature-multi-downloads' (#1) from feature-multi-downloads into main
Reviewed-on: #1
2023-12-09 04:24:16 +00:00
autoradio Fetch most recent N files for each feed if they aren'y already downloaded 2023-12-09 12:48:54 +11:00
tests Initial commit 2023-10-03 09:52:05 +11:00
.gitignore Initial commit 2023-10-03 09:52:05 +11:00
README.md Added pycurl as a poetry dependency and a note in the README to explain 2023-12-09 15:22:44 +11:00
config.json Fetch most recent N files for each feed if they aren'y already downloaded 2023-12-09 12:48:54 +11:00
poetry.lock Added pycurl as a poetry dependency and a note in the README to explain 2023-12-09 15:22:44 +11:00
pyproject.toml Added pycurl as a poetry dependency and a note in the README to explain 2023-12-09 15:22:44 +11:00

README.md

autoradio

Auto download of mp3s from podcast feeds using a little Python script.

Installation

I haven't worked out how to intall pycurl with poetry, as it looks like it required a command-line flag to specify the SSL backend, and poetry doesn't seem to support that. So for my local install I pip installed it by hand