Web scraping – how to identify main content on a webpage
There are a number of ways to do it, but, none will always work. Here are the two easiest: if it’s a known finite set of websites: in your scraper convert each url from the normal url to the print url for a given site (cannot really be generalized across sites) Use the arc90 readability … Read more