Does anyone know of any (free) command-line web scraper?
I'm looking for something like Beautiful Soup for Python, but for the command line in Windows XP.
Like:
C:> scraper www.siteexample.com\abcde.html -find("div", {"id": "articlebody"})
Does anyone know of any program like that (or not like that, but that does the job)?