HPR1935: Quick Bashpodder Fix




Hacker Public Radio show

Summary: 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: Bashpodder: http://lincgeek.org/bashpodder TED Talks: http://blog.ted.com/audio_podcasts/ TED Radio Hour: http://www.npr.org/podcasts/510298/ted-radio-hour Additional Resources: Original version of Bashpodder.shell http://hackerpublicradio.org/eps/hpr1935-bashpodder_original.shell Revised version with fixes to pick up TED-related podcast files http://hackerpublicradio.org/eps/hpr1935-bashpodder.shell Abbreviated example of bp.conf configuration file that tells Bashpodder what resources to fetch http://hackerpublicradio.org/eps/hpr1935-bp.conf Abbreviated example of podcast.log that shows how Bashpodder stores its history, including some sample TED links. http://hackerpublicradio.org/eps/hpr1935-podcast.log Happy New Year from Charles in NJ.