Skip to content

Commit

Permalink
Update patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Aug 22, 2023
1 parent 8c21fb9 commit 15f10ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion is_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ._is_bot import Bots

__version__ = '0.2.3'
__version__ = '0.2.4'

__all__ = ('Bots',)
7 changes: 5 additions & 2 deletions is_bot/_patterns.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# https://github.com/omrilotan/isbot/tree/v3.6.3
# https://github.com/omrilotan/isbot/tree/v3.6.13
default_patterns = {
" daum[ /]",
" deusu/",
" yadirectfetcher",
"(?:^| )site",
"(?:^|[^g])news",
"@[a-z]",
"\\(at\\)[a-z]",
"\\(github\\.com/",
Expand All @@ -13,6 +15,7 @@
"^[^ ]{50,}$",
"^active",
"^ad muncher",
"^amaya",
"^anglesharp/",
"^anonymous",
"^avsdevicesdk/",
Expand Down Expand Up @@ -127,7 +130,6 @@
"monitor",
"morningscore/",
"neustar wpm",
"news",
"nutch",
"offbyone",
"optimize",
Expand All @@ -153,6 +155,7 @@
"sparkler/",
"speedcurve",
"spider",
"splash",
"statuscake",
"stumbleupon\\.com",
"supercleaner",
Expand Down

0 comments on commit 15f10ac

Please sign in to comment.