Wicked Strategery

Where servers serve, routers route, and configulators configulate

Akregator & Podcasting

Written by: Doug Jenkinson

Article

My RSS feed agregator of choice is a lovely program called Akregator. Unfortunately, it's support for enclosure tags in RSS has not been implemented yet. And from what I understand today, will not be in the next version. But that is because of a feature-freeze, since Akregator will be a part of the KDE PIM project.

In light of that, I wanted to share the hack I've been using to download the podcasts that I enjoy listening to. It's a nice easy solution.

HowTo

  1. Copy the download locations for the files to be downloaded. Paste them into a text file.
  2. Save the file as podcasts.txt.
  3. Copy the Bash script below or download it, and save it in the same directory as the above text file.
  4. Open a shell, and run the code. Wget takes care of downloading all the files for you, and does it unattended so you can start it and walk away!

Source Code

get_podcasts.sh

#! /bin/bash
 
FILENAME='podcasts.txt'
 
for FILE in $FILENAME; do
  wget -q -i $FILE
done
 
exit 0

Command Line Arguments Used (wget):

Huzzah

There you have it! A simple little hack that gets around an RSS agregator's lack of support for enclosure tags. You can download the Bash script.


Metadata


Revisions

  • v1.1 (2 Jan 2006) - Added enumeration of command line arguments.
  • v1.0 (8 Sep 2005) - Article published.

About the Author

Doug Jenkinson is an avid technology aficionado and Software Engineer with Hyland Software, Inc. / entrepreneur in Copley, OH.

Read More...

Linquistory

"The Wørd" of the Night: Truthiness, courtesy of Stephen Colbert

Wikiality

Breadcrumbs

Ethics

Cisco Aironet 350, WEP, and Linux

Ways to Tell You Live With a Girl

My Firefox Extensions

Akregator & Podcasting

Personal Links

LinkedIn

Google Profile

My del.icio.us

twitter

My flickr

My ClaimID

Projects

twitlbl

Site Updates

I've added some spiffy new features to my site. You can read all about them in the changelog.

Internet Quote

"Yeah man, I tell ya what, man. That dang ol' Internet, man. You just go on there and point and click. Talk about W-W-dot-W-com. An' lotsa nekkid chicks on there, man. Click. Click. Click. Click. Click. It's real easy, man." - Boomhauer, King of the Hill

Feeds

RSS OPML