When i try to execute the code i get an error like this
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
i think security issue in the website
you can solve by adding the browser as agent
take a look at it and solve it
When i try to execute the code i get an error like this
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
i think security issue in the website
you can solve by adding the browser as agent
take a look at it and solve it