Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added detection for mobile app: NTV Mobil #6818

Merged
merged 1 commit into from Aug 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions Tests/fixtures/mobile_apps.yml
Expand Up @@ -1135,3 +1135,19 @@
model: Galaxy J2 Core
os_family: Android
browser_family: Unknown
-
user_agent: ntvmobil/5051900 CFNetwork/808.1.4 Darwin/16.1.0
os:
name: iOS
version: "10.1"
platform: ""
client:
type: mobile app
name: NTV Mobil
version: ""
device:
type: ""
brand: Apple
model: ""
os_family: iOS
browser_family: Unknown
5 changes: 5 additions & 0 deletions regexes/client/mobile_apps.yml
Expand Up @@ -596,3 +596,8 @@
- regex: '.+/(?:gfibertv|gftv200)-([\d]+)-'
name: 'Google Fiber TV'
version: '$1'

# https://www.n-tv.de/
- regex: 'ntvmobil/'
name: 'NTV Mobil'
version: ''