Skip to content

Commit

Permalink
Merge pull request #20 from steffengr/global_player
Browse files Browse the repository at this point in the history
Add Global Player and lower case for talkSport
  • Loading branch information
johnspurlock authored Jan 26, 2024
2 parents 74101b7 + 0d48183 commit ef2d76c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3794,10 +3794,11 @@
},
{
"name": "talkSPORT app",
"pattern": "^talkSPORT/",
"pattern": "^talkS(PORT|port)/",
"examples": [
"talkSPORT/x.x.x.xxx.xxx (Linux; Android x) ExoPlayerLib/x.xx.x",
"talkSPORT/xxxxxxxxxxx CFNetwork/1126 Darwin/19.5.0"
"talkSPORT/xxxxxxxxxxx CFNetwork/1126 Darwin/19.5.0",
"talkSport/45.2.1./iOS 17.2.1/iPhone iPhone"
]
},
{
Expand All @@ -3817,6 +3818,15 @@
"Virgin%20Radio/xxxxxxxxxxx CFNetwork/1126 Darwin/19.5.0",
"Virgin%20Radio/45.2.0.22026 / (Linux; Android 14) ExoPlayerLib/2.17.1 / samsung (SM-G996B)"
]
},
{
"name": "Global Player",
"pattern": "^Global Player/",
"examples": [
"Global Player/119.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X)",
"Global Player/119.0 (iPad; CPU iPad OS 17_2 like Mac OS X)",
"Global Player/78.0.0 Android 14/samsung SM-S911B"
]
}
]
}

0 comments on commit ef2d76c

Please sign in to comment.