From: Yerlan Kusainov Date: 2010-08-14T23:16:29+09:00 Subject: wget abd block Hello. I'm want write a script, which download all the podcast from rss-feed. This is code, not work: def wget @mp3_links.each do |m| system("wget", "#{m}") end end I understand that to be linked to the delay, but how? -- Posted via http://www.ruby-forum.com/.