Skip to content

Instantly share code, notes, and snippets.

@gilderlan
Created November 24, 2011 19:31
Show Gist options
  • Save gilderlan/1392083 to your computer and use it in GitHub Desktop.
Save gilderlan/1392083 to your computer and use it in GitHub Desktop.
baixando todos os podcasts do simples ideias http://podcast.simplesideias.com.br/
(1..10).each do |i|
`wget http://podcast.simplesideias.com.br/audio/sip-#{i}.mp3`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment