Skip to content

Commit

Permalink
Detect OnlineOrNot Bot
Browse files Browse the repository at this point in the history
* Add OnlineOrNot to bots.yml
* Add OnlineOrNot to Tests/fixtures/bots.yml
  • Loading branch information
rozenmd authored May 26, 2023
1 parent 2973d3b commit cc4eb16
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2167,6 +2167,15 @@
producer:
name: Omgili
url: http://www.omgili.com
-
user_agent: OnlineOrNot.com_bot_1.0_(https://onlineornot.com)
bot:
name: OnlineOrNot Bot
category: Site Monitor
url: "https://onlineornot.com/website-monitoring"
producer:
name: OnlineOrNot
url: https://onlineornot.com
-
user_agent: Mozilla/5.0 (compatible; spbot/4.0.9; +http://OpenLinkProfiler.org/bot )
bot:
Expand Down
8 changes: 8 additions & 0 deletions regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,14 @@
- regex: 'Octopus [0-9]'
name: 'Octopus'

- regex: 'OnlineOrNot.com_bot'
name: 'OnlineOrNot Bot'
category: 'Site Monitor'
url: 'https://onlineornot.com/website-monitoring'
producer:
name: 'OnlineOrNot'
url: 'https://onlineornot.com'

- regex: 'omgili'
name: 'Omgili bot'
category: 'Search bot'
Expand Down

0 comments on commit cc4eb16

Please sign in to comment.