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

Add Global Player and lower case for talkSport #20

Merged
merged 2 commits into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
]
}
]
}
Loading