I want to make something like readability, which extracts only the article text from any page and removes everything else...
I am using file_get_contents
to get a webpage and this works fine.
After I get that, how can I extract out just the main article text using PHP?
Are there any plugins or is there a way to do it?