re.findall with requests doesn’t match copied and pasted html (generated by requests.text)
I’m trying to capture some elements from the html code of a certain url.
When I copy and paste the contents of the html directly to into my python code it works well.