joshua-hull / Reddit-Image-Scraper

Perl script to download imaged hosted at imgur.com linked from a subreddit at reddit.com
25 stars 8 forks source link

Relying on command line and curl #1

Closed joshua-hull closed 13 years ago

joshua-hull commented 13 years ago

In the script there is a use of the command curl -o $ARGV[$i]/$file_name --create-dirs -s $url. I would like to get rid of this so that the script is a PURE Perl script. Any suggestions would be appreciated.

oylenshpeegul commented 13 years ago

Your mech can do that too...I just sent a pull request that shows one way.

joshua-hull commented 13 years ago

I saw your patch-1 and it looks like it should work but I don't have any pull requests. Can you send it again?

joshua-hull commented 13 years ago

Got your second pull request and pulled it. Thanks for you help. Appears to be working.