SlashScrape 2.0 (19th Apr, 2005)

Reads the given Slashdot page and returns the specified
number of article links (or all if the value is omitted).

I had to write this as Slashdot's RSS implementation is
frankly crap, locks you out, and since I'm sharing a 
T1 line with a few hundred people (who are all hitting
Slashdot with RSS), hardly works.

Eg:

	scrape.py http://slashdot.org
	scrape.py http://bsd.slashdot.org 10

Use BaSH to loop through the links and call your favourite
download tool (Wget, Curl, etc.) to download the articles.
