Reduce API calls for article text to only those necessary.
Goal is to only fetch article HTML when passing results back
to the plugin as opposed to for the purposes of logging.
Currently we log up to 20 articles for each call but only return
4 so this has a big impact. I opted for simplicty rather than
making it easy for the user to control the process_text
behavior but am open to making it easier to set too.