Your scraper does the right thing, congrats!
|
self.user_agent = f'ScrapingAnt Client/{version} ({sys.platform}; Python/{platform.python_version()});' |
But your blog entry here: https://scrapingant.com/blog/change-user-agent-httpx
advertises to pretend to be a browser. Please change that blog entry.
Your scraper does the right thing, congrats!
scrapingant-client-python/scrapingant_client/client.py
Line 29 in a0cff7e
But your blog entry here: https://scrapingant.com/blog/change-user-agent-httpx
advertises to pretend to be a browser. Please change that blog entry.