Hacker News new | past | comments | ask | show | jobs | submit login

On a mac (without wget) paste this into the terminal and it'll open up every download in a tab in your default web browser.

  open http://hackermonthly.com/hackermonthly-startupstories.zip;
  open http://hackermonthly.com/hackermonthly-thedebate.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue019.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue018.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue017.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue016.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue015.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue014.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue013.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue012.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue011.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue010.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue009.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue008.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue007.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue006.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue005.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue004.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue003.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue002.zip;
  open http://hackermonthly.com/xmas/hackermonthly-issue001.zip;



Macs have curl, which can easily fill in for wget.


    curl -O "http://hackermonthly.com/xmas/hackermonthly-issue0[01-19].zip"


and for auto resume when it disconnects in the middle.

  curl -C - -O "http://hackermonthly.com/xmas/hackermonthly-issue0[01-19].zip"


Or use homebrew and get wget ;)


There's also the following, which doesn't seem to be in your list.

    http://hackermonthly.com/hackermonthly-startupmarketing.zip


Or you could just not be a dick and download one issue at time or just the issues that interest you to save some bandwidth for the rest of us.


By all means, copy paste one at a time.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: