MCPcopy Index your code
hub / github.com/unclecode/crawl4ai / async_webcrawler_multiple_urls_example.py

File async_webcrawler_multiple_urls_example.py

docs/examples/async_webcrawler_multiple_urls_example.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# File: async_webcrawler_multiple_urls_example.py
2import os, sys
3# append 2 parent directories to sys.path to import crawl4ai
4parent_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

Callers

nothing calls this directly

Calls 2

mainFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected