notes/NPR Morning Edition mp3 download and combine-UcMGSHqc.sh
wget -q "http://www.npr.org/programs/morning-edition/" -O-|grep "audio-module-listen"|grep ".mp3"|cut -d\"  -f4|grep -v "me_0"|while read mp3;do wget -P tmp "$mp3";done;cat tmp/* >npr.mp3

syntax highlighted by Code2HTML, v. 0.9.1