Simple podcast / RSS download app.
- Python 3.7 (or newer)
pip install .
- GUI: Run
podcatcher-web
(orpython -m podcatcher.web
) and openlocalhost:8000
in your browser to connect to the GUI. - CLI: Run
podcatcher-cli
(orpython -m podcatcher.cli
).
8000