All Downloads are FREE. Search and download functionalities are using the official Maven repository.

regexes.device.cars.yml Maven / Gradle / Ivy

Go to download

The aim of this library is to fetch as much as possible information from a user-agent string.

There is a newer version: 1.14.0
Show newest version
# Tesla Model S
Tesla:
  regex: '(?:Tesla/[0-9.]+|QtCarBrowser)'
  device: 'car browser'
  models:
    - regex: 'QtCarBrowser'
      model: 'Model S'
    - regex: 'Tesla/[0-9.]+'
      model: ''

# Mac Audio
MAC AUDIO:
  regex: 'Mac Audio Spro'
  device: 'car browser'
  models:
    - regex: 'Spro'
      model: 'S Pro'

# Topway
Topway:
  regex: 'sp9853i_1h10_vmm'
  device: 'car browser'
  models:
    - regex: 'sp9853i_1h10_vmm'
      model: 'TS9'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy