A simplistic podcast fetcher and player. - leverage command-line tools for fetching podcasts - utilize the browser as a media player
Go to file
Jonathan Curran e0e446cca0 Initial commit 2020-10-20 21:51:44 -06:00
.gitignore Initial commit 2020-10-20 21:51:44 -06:00
feed-urls Initial commit 2020-10-20 21:51:44 -06:00
feed.xsl Initial commit 2020-10-20 21:51:44 -06:00
head.html Initial commit 2020-10-20 21:51:44 -06:00
license.md Initial commit 2020-10-20 21:51:44 -06:00
podpage Initial commit 2020-10-20 21:51:44 -06:00
readme.md Initial commit 2020-10-20 21:51:44 -06:00
tail.html Initial commit 2020-10-20 21:51:44 -06:00

readme.md

podpage

A simple podcast fetcher and player.

Usage

  1. Edit feed-urls so it contains RSS feed URLs from your favorite podcasts.
    • Have an iTunes link and unsure what the RSS feed URL is for it? Use this to find out.
  2. Run podpage
  3. Open feed.html in your browser and enjoy!

You might consider setting up a cron job or such to update feed.html so you can listen new episodes on a regular basis.