I'm trying to get the html of this page:
url = 'http://www.metacritic.com/movie/oslo-august-31st/critic-reviews'
and I'm trying to get it using requests:
oslo = requests.get(url)
but they seem to know that I'm accessing it this way and when I open up the file I get:
\n\n\n403 Forbidden\n\n\nError 403 Forbidden
\nForbidden
\nGuru Meditation:
\nXID: 961167012
\n
\nVarnish cache server
\n\n\n
Is there any other way to access the html's other than manually copying and pasting every html from every page?