oalders / http-browserdetect

Determine the Web browser, version, and platform from an HTTP user agent string
http://www.browserdetect.org
Other
58 stars 47 forks source link

Please add Python-urllib to robots #173

Open melak opened 4 years ago

melak commented 4 years ago

The user agent string is Python-urllib/<python-version>, i.e. Python-urllib/2.7 or Python-urllib/3.8. I suppose it should pretty much be handled the same as LWP is handled.

oalders commented 4 years ago

Thanks @melak! I would accept a pull request for this.