Download the whole podcast ========================== Feeling evil… Assume that there's a podcast with a feed and you want to download all the episodes. Like a music show, for example. First, get the feed, saving it as rss.xml because we're going to need it in the next statement. curl -o rss.xml https://musicforprogramming.net/rss.xml Then, get every enclosure: for f in $(perl -ne '/