I have a function which takes an url and returns the text from this url.
def extract_raw_text_from_url(url, set_parser=\'lxml\'): try: req = Requ