mirror of https://gitlab.com/bashrc2/epicyon
Another LLM crawler (sigh)
parent
283a0f39ea
commit
2f0b527881
|
@ -134,7 +134,8 @@ def blocked_user_agent(calling_domain: str, agent_str: str,
|
|||
'anthropic', 'mlbot', 'claude-web', 'claudebot', 'ccbot',
|
||||
'facebookbot', 'google-extended', 'piplbot', 'oai-search',
|
||||
'applebot-extended', 'meta-external', 'diffbot', 'perplexitybot',
|
||||
'omgili', 'imagesiftbot', 'bytespider', 'amazonbot', 'youbot'
|
||||
'omgili', 'imagesiftbot', 'bytespider', 'amazonbot', 'youbot',
|
||||
'petalbot'
|
||||
)
|
||||
for bot_str in llm_bot_strings:
|
||||
if bot_str in agent_str_lower:
|
||||
|
|
Loading…
Reference in New Issue