hamaxx / uasparser2

Fast and reliable User Agent parser for python
Other
31 stars 13 forks source link

Project user-agent-string.info was terminated #7

Open hamaxx opened 10 years ago

hamaxx commented 10 years ago

Original database was terminated which makes this library useless. We can either embed the last available database or migrate to udger.com.

dstore-dbap commented 10 years ago

Maybe it would be possible to use https://github.com/tobie/ua-parser/blob/master/regexes.yaml?

charettes commented 9 years ago

FWIW I downloaded their provided .ini file and by simply overriding UASParser.update_data to read from a local file everything works likes a charm.

charettes commented 9 years ago

@dstore-dbap The only thing ua-parser is missing is the type (or typ) equivalent detection.