Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR1935: Quick Bashpodder Fix

Hosted by Charles in NJ on 2016-01-01 00:00:00
Download or Listen

Bashpodder is a great Bash script for downloading the latest episodes of podcasts and other media from their feeds.

There are a few feeds that are not handled properly by Bashpodder, namely, the TED Talks podcast feed and the NPR digest show called the TED Radio Hour.

The URLs for the audio files have a number of additional fields at the end of the string after the media file name, and Bashpodder picks up the last field as if it were the media file name for the show. So every TED Radio Hour episode is called "510298". If you download more than one episode at a time, only the last episode to be saved will survive. Each new file clobbers the last one, because they all get the same filename.

Charles in NJ made a simple fix to Bashpodder.shell to correct this problem, and he shares it in this episode.

Links:

Additional Resources:

  1. Original version of Bashpodder.shell
    https://hackerpublicradio.org/eps/hpr1935-bashpodder_original.shell
  2. Revised version with fixes to pick up TED-related podcast files
    https://hackerpublicradio.org/eps/hpr1935-bashpodder.shell
  3. Abbreviated example of bp.conf configuration file that tells Bashpodder what resources to fetch
    https://hackerpublicradio.org/eps/hpr1935-bp.conf
  4. Abbreviated example of podcast.log that shows how Bashpodder stores its history, including some sample TED links.
    https://hackerpublicradio.org/eps/hpr1935-podcast.log

Happy New Year from Charles in NJ.

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.