selwin / python-user-agents

A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
MIT License
1.44k stars 197 forks source link

Function to detect Opera Mini added #51

Closed shivamsupr closed 8 years ago

shivamsupr commented 8 years ago

Opera Mini detection can be made possible by simply adding a small function in this pull request.

selwin commented 8 years ago

Sorry, I think adding per browser property is out of scope for this project. In any case, this is simple enough for you to do in your own code :)