Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/unclecode/crawl4ai
/ update_user_agent
Method
update_user_agent
crawl4ai/crawler_strategy.py:54–55 ·
view source on GitHub ↗
(self, user_agent: str)
Source
from the content-addressed store, hash-verified
52
53
@abstractmethod
54
def
update_user_agent(self, user_agent: str):
55
pass
56
57
@abstractmethod
58
def
set_hook(self, hook_type: str, hook: Callable):
Callers
5
test_custom_user_agent
Function · 0.45
run_old
Method · 0.45
run
Method · 0.45
arun
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_custom_user_agent
Function · 0.36