Skip to content

Commit

Permalink
Merge pull request #17 from steffengr/missing_from_v1
Browse files Browse the repository at this point in the history
Add talkSPORT app, Times Radio app and Virgin Radio app from v1
  • Loading branch information
johnspurlock authored Jan 25, 2024
2 parents 5638504 + fbd3ef2 commit 9e6b194
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3791,6 +3791,32 @@
"examples": [
"Mozilla/5.0 (Mobile; LYF/F271i/LYF_F271i-000-01-20-101019; Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.5"
]
},
{
"name": "talkSPORT app",
"pattern": "(^talkSPORT.+Android|^talkSPORT.+Darwin)",
"examples": [
"talkSPORT/x.x.x.xxx.xxx (Linux; Android x) ExoPlayerLib/x.xx.x",
"talkSPORT/xxxxxxxxxxx CFNetwork/1126 Darwin/19.5.0"
]
},
{
"name": "Times Radio app",
"pattern": "(^Times%20Radio.+Android|^Times\\sRadio.+Android|^Times%20Radio.+Darwin|^Times\\sRadio.+Darwin)",
"examples": [
"Times%20Radio/x.x.x.xxx.xxx (Linux; Android x) ExoPlayerLib/x.xx.x",
"Times%20Radio/xxxxxxxxxxx CFNetwork/1126 Darwin/19.5.0",
"Times%20Radio/45.2.0.22025 / (Linux; Android 13) ExoPlayerLib/2.17.1 / samsung (SM-A145R)"
]
},
{
"name": "Virgin Radio app",
"pattern": "(^Virgin%20Radio.+Android|^Virgin\\sRadio.+Android|^Virgin%20Radio.+Darwin|^Virgin\\sRadio.+Darwin)",
"examples": [
"Virgin%20Radio/x.x.x.xxx.xxx (Linux; Android x) ExoPlayerLib/x.xx.x",
"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)"
]
}
]
}

0 comments on commit 9e6b194

Please sign in to comment.