{
'user_agent': {
'family': 'Firefox Mobile',
'major': '41',
'minor': '0',
'patch': None
},
'os': {
'family': 'Android',
'major': '4',
'minor': '4',
'patch': None,
'patch_minor': None
},
'device': {
'family': 'Generic Tablet',
'brand': 'Generic',
'model': 'Tablet'
},
'string': 'Mozilla/5.0 (Android 4.4; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0'
}
{
'user_agent': {
'family': 'Firefox Mobile',
'major': '41',
'minor': '0',
'patch': None
},
'os': {
'family': 'Android',
'major': '4',
'minor': '4',
'patch': None,
'patch_minor': None
},
'device': {
'family': 'rv:41.0',
'brand': 'Generic_Android',
'model': 'rv:41.0'
},
'string': 'Mozilla/5.0 (Android 4.4; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0'
}
I'll see if i can submit a pull request for this. :)
the device part of the dictionary is off.
{ 'user_agent': { 'family': 'Firefox Mobile', 'major': '41', 'minor': '0', 'patch': None }, 'os': { 'family': 'Android', 'major': '4', 'minor': '4', 'patch': None, 'patch_minor': None }, 'device': { 'family': 'Generic Tablet', 'brand': 'Generic', 'model': 'Tablet' }, 'string': 'Mozilla/5.0 (Android 4.4; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0' }{ 'user_agent': { 'family': 'Firefox Mobile', 'major': '41', 'minor': '0', 'patch': None }, 'os': { 'family': 'Android', 'major': '4', 'minor': '4', 'patch': None, 'patch_minor': None }, 'device': { 'family': 'rv:41.0', 'brand': 'Generic_Android', 'model': 'rv:41.0' }, 'string': 'Mozilla/5.0 (Android 4.4; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0' }I'll see if i can submit a pull request for this. :)
the device part of the dictionary is off.