9. Scraping Data using Regular Expression | Web Scraping Tutorial | Python

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ • 7

  • @HackersRealm
    @HackersRealm  Рік тому

    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🔥

  • @CoderrX
    @CoderrX Рік тому +1

    Thanks!

  • @ritikdhupar3895
    @ritikdhupar3895 2 роки тому +1

    Thanks for this video

  • @Siddipet_Voice_actor
    @Siddipet_Voice_actor 2 роки тому +1

    Thanks for video