Skip to content

Commit

Permalink
Adds detection for IPTV Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Feb 13, 2024
1 parent 9cc3077 commit 1e3b2b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/Parser/Client/fixtures/mobile_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1631,3 +1631,9 @@
type: mobile app
name: HistoryHound
version: "1.9"
-
user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Amlogic Alvatech GT1 Build/NHG47L) IPTV Pro/7.1.3
client:
type: mobile app
name: IPTV Pro
version: 7.1.3
5 changes: 5 additions & 0 deletions regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2209,6 +2209,11 @@
name: 'IPTV'
version: '$1'

# IPTV Pro (https://play.google.com/store/apps/details?id=ru.iptvremote.android.iptv.pro)
- regex: 'IPTV Pro/([\d\.]+)'
name: 'IPTV Pro'
version: '$1'

# MetaMask (https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202)
- regex: 'MetaMask/'
name: 'MetaMask'
Expand Down

0 comments on commit 1e3b2b3

Please sign in to comment.