Skip to content

Commit

Permalink
Improves detection for Owler (#7735)
Browse files Browse the repository at this point in the history
ref #7734
  • Loading branch information
liviuconcioiu committed Jul 8, 2024
1 parent 6cd0188 commit 20278b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5974,6 +5974,15 @@
producer:
name: Open Search Foundation e.V.
url: https://openwebsearch.eu/
-
user_agent: Owler (ows.eu/owler)
bot:
name: OWLer
category: Crawler
url: https://openwebsearch.eu/owler/
producer:
name: Open Search Foundation e.V.
url: https://openwebsearch.eu/
-
user_agent: Page Monitor (https://confluence.dev.bbc.co.uk/display/men/Page+Monitor)
bot:
Expand Down
2 changes: 1 addition & 1 deletion regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3666,7 +3666,7 @@
name: 'Meltwater Deutschland GmbH'
url: 'https://www.meltwater.com/'

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

0 comments on commit 20278b1

Please sign in to comment.