MCPcopy
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_agentFunction · 0.45
run_oldMethod · 0.45
runMethod · 0.45
arunMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_custom_user_agentFunction · 0.36