From: Stefano Crocco Date: 2008-01-24T00:09:55+09:00 Subject: Re: Parsing HTML / following links etc Alle Wednesday 23 January 2008, Dan Cuddeford ha scritto: > Thanks for the advice guys. > > It's a shame there isn't an easy way to use the -r -p switches from wget > but I will try to learn how to use these other gems to get the job done. As I explained in my previous post, you can run any command you in a shell from ruby using `cmd` or system('cmd'). This includes calling wget with any options. If I understood you correctly, this is what you're looking for. Am I missing something? Stefano