class Browser::Bot

Defined in:

browser/bot.cr
browser/bot/empty_user_agent_matcher.cr
browser/bot/keyword_matcher.cr
browser/bot/known_bots_matcher.cr
browser/bot/matcher.cr

Constant Summary

GENERIC_NAME = "Generic Bot"

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(ua) #

[View source]

Class Method Detail

def self.bot_exceptions #

[View source]
def self.bots #

[View source]
def self.default_matchers #

[View source]
def self.load_yaml(path) #

[View source]
def self.matchers #

[View source]
def self.search_engines #

[View source]
def self.why?(ua) #

[View source]

Instance Method Detail

def bot? #

[View source]
def name : String #

[View source]
def search_engine? #

[View source]
def why? #

[View source]