mirror of https://gitlab.com/bashrc2/epicyon
More LLM crawlers
parent
786e4f9ab7
commit
28784cd7a2
|
@ -141,14 +141,15 @@ def blocked_user_agent(calling_domain: str, agent_str: str,
|
||||||
'anthropic', 'mlbot', 'claude-web', 'claudebot', 'ccbot',
|
'anthropic', 'mlbot', 'claude-web', 'claudebot', 'ccbot',
|
||||||
'facebookbot', 'google-extended', 'piplbot', 'oai-search',
|
'facebookbot', 'google-extended', 'piplbot', 'oai-search',
|
||||||
'applebot', 'meta-external', 'diffbot', 'perplexitybot',
|
'applebot', 'meta-external', 'diffbot', 'perplexitybot',
|
||||||
|
'perplexity‑', 'novaact', 'operator',
|
||||||
'omgili', 'imagesiftbot', 'bytespider', 'amazonbot', 'youbot',
|
'omgili', 'imagesiftbot', 'bytespider', 'amazonbot', 'youbot',
|
||||||
'petalbot', 'ai2bot', 'allenai', 'firecrawl', 'friendlycrawler',
|
'petalbot', 'ai2bot', 'allenai', 'firecrawl', 'friendlycrawler',
|
||||||
'googleother', 'icc-crawler', 'scrapy', 'timpibot',
|
'googleother', 'icc-crawler', 'scrapy', 'timpibot',
|
||||||
'velenpublic', 'webzio-extended', 'cohere-ai',
|
'velenpublic', 'webzio-extended', 'cohere-ai',
|
||||||
'cohere-train', 'crawlspace', 'facebookexternal',
|
'cohere-train', 'crawlspace', 'facebookexternal',
|
||||||
'img2dataset', 'isscyberriskcrawler', 'sidetrade', 'kangaroo.ai',
|
'img2dataset', 'imgproxy', 'isscyberriskcrawler', 'sidetrade',
|
||||||
'kangaroo bot', 'iaskspider', 'duckassistbot', 'pangubot',
|
'kangaroo.ai', 'kangaroo bot', 'iaskspider', 'duckassistbot',
|
||||||
'semrush'
|
'pangubot', 'semrush'
|
||||||
)
|
)
|
||||||
for bot_str in llm_bot_strings:
|
for bot_str in llm_bot_strings:
|
||||||
if bot_str in agent_str_lower:
|
if bot_str in agent_str_lower:
|
||||||
|
|
Loading…
Reference in New Issue