Skip to content

Commit

Permalink
Merge branch 'master' into devices
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Nov 9, 2023
2 parents c11f5e9 + bb5846c commit ec5f393
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5873,3 +5873,11 @@
name: MADBbot
category: Crawler
url: https://madb.zapto.org/bot.html
-
user_agent: MeltwaterNews www.meltwater.com
bot:
name: MeltwaterNews
category: Crawler
producer:
name: Meltwater Deutschland GmbH
url: https://www.meltwater.com/
8 changes: 8 additions & 0 deletions regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3501,6 +3501,14 @@
category: 'Crawler'
url: 'https://madb.zapto.org/bot.html'

- regex: 'MeltwaterNews'
name: 'MeltwaterNews'
category: 'Crawler'
producer:
name: 'Meltwater Deutschland GmbH'
url: 'https://www.meltwater.com/'

# Generic detections
- regex: '[a-z0-9\-_]*((?<!cu|power[ _]|m[ _])bot(?![ _]TAB|[ _]?5[0-9]|[ _]Senior|[ _]Junior)|crawler|crawl|checker|archiver|transcoder|spider|^firefox$|^chrome$)([^a-z]|$)'
name: 'Generic Bot'

0 comments on commit ec5f393

Please sign in to comment.