Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improves detection for Owler #7735

Merged
merged 1 commit into from
Jul 8, 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
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
Loading