Parse feeds in Python
The [user-agent doc](https://feedparser.readthedocs.io/en/latest/http-useragent.html) mentions that the default user-agent for feedparser is: ``` UniversalFeedParser/5.0.1 +http://feedparser.org/ ``` Given that `http://feedparser.org/` is redirecting to `https://www.oxwellandco.com/` which seems to be a scam or gambling website, having this as a default user-agent might make some website owners block this user-agent if they dig into it. Would it make sense to update the default user-agent string to something else?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by saeedesmaili and has received 1 comments.