Need to listen to Puzzling Evidence? Need all the shows since 2004? Bash and Bob have your back. One line in an empty directory with plenty of room...
for y in {2004..2020}; do for m in {01..12}; do for d in {01..31}; do wget --no-clobber https://archives.kpfa.org/data/$y$m$d-Fri0300.mp3 ;done ;done ;done

