Skip to content

Commit

Permalink
Improves detection for AntBot
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Jan 4, 2024
1 parent 7771e2e commit 18a2537
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5976,3 +5976,21 @@
producer:
name: DAWAP SARL
url: https://dawap.fr/
-
user_agent: AntBot
bot:
name: Ant
category: Crawler
url: https://www.ant.com/
producer:
name: Ant.com Ltd.
url: https://www.ant.com/
-
user_agent: AntBot/1.0 (http://www.ant.com)
bot:
name: Ant
category: Crawler
url: https://www.ant.com/
producer:
name: Ant.com Ltd.
url: https://www.ant.com/
2 changes: 1 addition & 1 deletion regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3451,7 +3451,7 @@
name: 'OpenAI OpCo, LLC'
url: 'https://openai.com/'

- regex: 'Ant.com beta/([\d+.]+)'
- regex: 'Ant(?:\.com beta|Bot)(?:/([\d+.]+))?'
name: 'Ant'
category: 'Crawler'
url: 'https://www.ant.com/'
Expand Down

0 comments on commit 18a2537

Please sign in to comment.