wget rocks!

Posted by JD 09/11/2009 at 15:13

Sometimes you find a new podcast that you’d like to catch up on and the RSS feed only has the most recent releases. Then you locate a mirror, but the file locations aren’t easily programmed. What do you do?

wget rocks.

wget -r -nd -Ahigh-quality.mp3 URL
  • -r recursive
  • -nd no directories
  • -A{patteren} – which file patterns to match – no regex, sorry
  • URL – the ftp/http location to start at
Trackbacks

Use the following link to trackback from your own site:
https://blog.jdpfu.com/trackbacks?article_id=325