8000 NPR rename, better Android SDK detection, more podcasting user agents. by mindreader · Pull Request #7643 · matomo-org/device-detector · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NPR rename, better Android SDK detection, more podcasting user agents. #7643

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

Merged
merged 3 commits into from
Apr 1, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/Parser/Client/fixtures/mobile_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
user_agent: NPROneAndroid
client:
type: mobile app
name: NPR One
name: NPR
version:
-
user_agent: WirtschaftsWoche-iOS-1.1.14-20200824.1315
Expand Down
14 changes: 14 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6376,6 +6376,20 @@
name: GitHubCopilotChat
category: Crawler
url: https://github.com/aaamoon/copilot-gpt4-service

-
user_agent: pdrl.fm Analyzer / 1.0.0
bot:
name: Podroll Analyzer
category: Crawler
url: https://podroll.fm
-
user_agent: Mozilla/5.0 (compatible; PodUptime/1.0; +https://poduptime.com)
bot:
name: PodUptime
category: Site Monitor
url: https://poduptime.com

-
user_agent: anthropic-ai
bot:
Expand Down
6 changes: 3 additions & 3 deletions Tests/fixtures/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,8 @@
version: 5.1.1
platform: ""
client:
type: mobile app
name: Alexa Media Player
type: mediaplayer
name: Alexa
version: 2.0.201528.0
device:
type: smart speaker
Expand Down Expand Up @@ -915,7 +915,7 @@
user_agent: Podimo/1.20.1 build 148/Android 29
os:
name: Android
version: ""
version: "10"
platform: ""
client:
type: mobile app
Expand Down
Loading
0