http://qs1969.pair.com?node_id=467819

Here's the thing: I was looking at playing around with some basic website spidering/parsing for interesting things. However, I only want to parse the actual content and most of the sites I'm looking at (Typically news type sites, reuters, theregister, that sort of thing) have lots of generic content on each page, such as titles, menus and so forth.

So the question is: how do ensure you just get the actual content and not the layout? I don't think there's any real definite answer for this sort of thing, which is why I'm posting in meditations, but perhaps someone will suprise me.

The only solution I've come up with so far is try to visit multiple pages, format them all the same and then diff them to find the common features, but this sounds a tad buggy and hard to do. Anyone have a better idea?