Created
November 24, 2011 19:31
-
-
Save gilderlan/1392083 to your computer and use it in GitHub Desktop.
baixando todos os podcasts do simples ideias http://podcast.simplesideias.com.br/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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