--- bashpodder.shell.orig 2005-07-16 17:55:10.000000000 +1000 +++ bashpodder.shell 2005-07-16 17:53:49.000000000 +1000 @@ -24,6 +24,8 @@ # Read the bp.conf file and wget any url not already in the podcast.log file: while read podcast do + # skip any comment lines + echo $podcast | grep -q \# && continue file=$(wget -q $podcast -O - | xsltproc parse_enclosure.xsl - 2> /dev/null) || file=$(wget -q $podcast -O - | tr '\r' '\n' | tr \' \" | sed -n 's/.*url="\([^"]*\)".*/\1/p') for url in $file do