Skip to content

Commit 20278b1

Browse files
Improves detection for Owler (#7735)
ref #7734
1 parent 6cd0188 commit 20278b1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Tests/fixtures/bots.yml

+9
Original file line numberDiff line numberDiff line change
@@ -5974,6 +5974,15 @@
59745974
producer:
59755975
name: Open Search Foundation e.V.
59765976
url: https://openwebsearch.eu/
5977+
-
5978+
user_agent: Owler (ows.eu/owler)
5979+
bot:
5980+
name: OWLer
5981+
category: Crawler
5982+
url: https://openwebsearch.eu/owler/
5983+
producer:
5984+
name: Open Search Foundation e.V.
5985+
url: https://openwebsearch.eu/
59775986
-
59785987
user_agent: Page Monitor (https://confluence.dev.bbc.co.uk/display/men/Page+Monitor)
59795988
bot:

regexes/bots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3666,7 +3666,7 @@
36663666
name: 'Meltwater Deutschland GmbH'
36673667
url: 'https://www.meltwater.com/'
36683668

3669-
- regex: '(?:Owler@ows\.eu|OWLer)/[\d.]+'
3669+
- regex: 'owler'
36703670
name: 'OWLer'
36713671
category: 'Crawler'
36723672
url: 'https://openwebsearch.eu/owler/'

0 commit comments

Comments
 (0)