Hey Hackers, I believe if you use requests module, you might be receiving 403 error. To resolve that, use the following, ``` HEADERS = {'User-Agent': 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148'} page = requests.get(url, headers=HEADERS) ``` The notebook is updated and available in github repository. Thank you so much for your support!!! Happy Coding🔥
Hey Hackers,
I believe if you use requests module, you might be receiving 403 error. To resolve that, use the following,
```
HEADERS = {'User-Agent': 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148'}
page = requests.get(url, headers=HEADERS)
```
The notebook is updated and available in github repository.
Thank you so much for your support!!!
Happy Coding🔥
Thanks!
Happy to help!!!
Thanks for this video
Glad you liked it!!!!
Thanks for video
Happy to help!!