Is there a ruby library for wget ? I searched on google but couldn’t
find any. Specifically, I’m trying to download a bunch of urls with the
command:
wget -c --no-check-certificate
The -c switch is very important because my connection tends to get
interrupted frequently.
Is there a ruby library for wget ? I searched on google but couldn’t
find any. Specifically, I’m trying to download a bunch of urls with the
command:
wget -c --no-check-certificate
The -c switch is very important because my connection tends to get
interrupted frequently.