I have a web scraper that uses the url http://fake-useragent.herokuapp.com to gather some data. I am using the library requests_html which uses the library fake user agent (https://pypi.org/project/fake-useragent) to fake user agents. But the site is blocked according to the whitelist. Can somebody unblock the site. Also if there any other sites that are needed for requests_html please unblock them too. Thanks! Also I have to use python 3.4 because the library is running into recursion errors on later versions.