I have a simple requests code that pulls from ESPN's RSS feed.
import requests
requests.get('https://www.espn.com/espn/rss/news')
it was working a few weeks ago, and now i'm getting a 403 error. Definitely not a threshold limit, as this is my first time running it in weeks. I read 403 could mean forbidden and you need a login, but if you simply input https://www.espn.com/espn/rss/news
into your web browser all the relevant info comes up. Any idea why requests can't grab it suddenly?