Skip to content

Commit

Permalink
I accidentally removed a prior pr when updating from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreader committed Feb 7, 2024
1 parent a04ab68 commit 5ea733f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 19 deletions.
8 changes: 8 additions & 0 deletions regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,14 @@
category: 'Feed Reader'
url: 'https://theoldreader.com'

- regex: 'Trackable/0.1'
name: 'Chartable'
category: 'Site Monitor'
url: 'https://help.chartable.com/article/34-what-is-the-trackable-analytics-prefix'
producer:
name: 'Chartable'
url: 'https://chartable.com'

- regex: 'trendictionbot'
name: 'Trendiction Bot'
category: 'Crawler'
Expand Down
7 changes: 1 addition & 6 deletions regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2182,11 +2182,6 @@
name: 'NPR'
version: '$1'

# unsure what this is, but is used quite a bit
- regex: 'Trackable/([\d\.]+)'
name: 'Trackable'
version: '$1'

- regex: 'Uforia/([\d\.]+)'
name: 'Uforia'
version: '$1'
Expand All @@ -2195,7 +2190,7 @@
name: 'L.A. Times'
version: ''

- regex: '(?:^NYT(?: |%20)?Audio|nytios)/([\d.]+)'
- regex: '(?:^NYT(?: |%20)?Audio(?:-iOS)?|nytios)/([\d.]+)'
name: 'The New York Times'
version: '$1'

Expand Down
9 changes: 9 additions & 0 deletions tests/data/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5833,6 +5833,15 @@
name: phpMyAdmin
category: Service Agent
url: https://www.phpmyadmin.net/
-
user_agent: Trackable/0.1 NNjCeA
bot:
name: Chartable
category: Site Monitor
url: "https://help.chartable.com/article/34-what-is-the-trackable-analytics-prefix"
producer:
name: 'Chartable'
url: 'https://chartable.com'
-
user_agent: Matomo/4.15.1
bot:
Expand Down
29 changes: 16 additions & 13 deletions tests/data/fixtures/podcasting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,22 @@
model: ''
os_family: Unknown
browser_family: Unknown
-
user_agent: 'Spotify/120800923 OSX/0 (MacBookPro6,2)'
os:
name: Mac
version: ""
platform: ""
client:
type: mobile app
name: Spotify
version: "120800923"
device:
type: "desktop"
brand: "Apple"
model: 'MacBook Pro 15" (2010)'
os_family: Mac
browser_family: Unknown
-
user_agent: 'AmazonMusic'
os: [ ]
Expand Down Expand Up @@ -8883,19 +8899,6 @@
model: ''
os_family: iOS
browser_family: Unknown
-
user_agent: 'Trackable/0.1 NNjCeA'
os: [ ]
client:
type: mobile app
name: Trackable
version: "0.1"
device:
type: ""
brand: ""
model: ''
os_family: Unknown
browser_family: Unknown
-
user_agent: 'Uforia/1056 CFNetwork/1406.0.4 Darwin/22.4.0'
os:
Expand Down

0 comments on commit 5ea733f

Please sign in to comment.