Live data from Hacker News

All Hacker Monthly issues free for next ~24 hours

hn.my

1–10 of 107 posts

Re: All Hacker Monthly issues free for next ~24 hours

#7

awesome! any chance there's an easy way to bulk download all of them?

Here's the list for wget I came up with:

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

Re: All Hacker Monthly issues free for next ~24 hours

#8
post #6

for i in `seq -w 19`; do echo "http://hackermonthly.com/xmas/hackermonthly-issue0"$i".zip"; done | xargs wget

Thanks for this!

Considering how quickly it took someone to write a script to download them all (It is "Hacker" News, after all), I don't know why they didn't just release them all in one Zip file anyway.

Or maybe someone could put a torrent together, given how much they are getting hammered. (2 hours for a 15.6 MB file, yikes!)

Post reply on HN