LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
crawl4ai/__init__.py
crawl4ai/__version__.py
crawl4ai/adaptive_crawler copy.py
crawl4ai/adaptive_crawler.py
crawl4ai/async_configs.py
crawl4ai/async_crawler_strategy.back.py
crawl4ai/async_crawler_strategy.py
crawl4ai/async_database.py
crawl4ai/async_dispatcher.py
crawl4ai/async_logger.py
crawl4ai/async_url_seeder.py
crawl4ai/async_webcrawler.py
crawl4ai/browser_adapter.py
crawl4ai/browser_manager.py
crawl4ai/browser_profiler.py
crawl4ai/cache_context.py
crawl4ai/chunking_strategy.py
crawl4ai/cli.py
crawl4ai/config.py
crawl4ai/content_filter_strategy.py
crawl4ai/content_scraping_strategy.py
crawl4ai/docker_client.py
crawl4ai/extraction_strategy.py
crawl4ai/hub.py
crawl4ai/install.py
crawl4ai/link_preview.py
crawl4ai/markdown_generation_strategy.py
crawl4ai/migrations.py
crawl4ai/model_loader.py
crawl4ai/models.py
crawl4ai/prompts.py
crawl4ai/proxy_strategy.py
crawl4ai/ssl_certificate.py
crawl4ai/table_extraction.py
crawl4ai/types.py
crawl4ai/user_agent_generator.py
crawl4ai/utils.py
crawl4ai/components/crawler_monitor.py
crawl4ai/crawlers/__init__.py
crawl4ai/crawlers/amazon_product/__init__.py
crawl4ai/crawlers/amazon_product/crawler.py
crawl4ai/crawlers/google_search/__init__.py
crawl4ai/crawlers/google_search/crawler.py
crawl4ai/deep_crawling/__init__.py
crawl4ai/deep_crawling/base_strategy.py
crawl4ai/deep_crawling/bff_strategy.py
crawl4ai/deep_crawling/bfs_strategy.py
crawl4ai/deep_crawling/crazy.py
crawl4ai/deep_crawling/dfs_strategy.py
crawl4ai/deep_crawling/filters.py
crawl4ai/deep_crawling/scorers.py
crawl4ai/html2text/__init__.py
crawl4ai/html2text/__main__.py
crawl4ai/html2text/_typing.py
crawl4ai/html2text/cli.py
crawl4ai/html2text/config.py
crawl4ai/html2text/elements.py
crawl4ai/html2text/utils.py
crawl4ai/js_snippet/__init__.py
crawl4ai/js_snippet/navigator_overrider.js
crawl4ai/js_snippet/remove_overlay_elements.js
crawl4ai/js_snippet/update_image_dimensions.js
crawl4ai/legacy/__init__.py
crawl4ai/legacy/cli.py
crawl4ai/legacy/crawler_strategy.py
crawl4ai/legacy/database.py
crawl4ai/legacy/docs_manager.py
crawl4ai/legacy/llmtxt.py
crawl4ai/legacy/version_manager.py
crawl4ai/legacy/web_crawler.py
crawl4ai/processors/pdf/__init__.py
crawl4ai/processors/pdf/processor.py
crawl4ai/processors/pdf/utils.py
crawl4ai/script/__init__.py
crawl4ai/script/c4a_compile.py
crawl4ai/script/c4a_result.py
crawl4ai/script/c4ai_script.py
crawl4ai_ctf.egg-info/PKG-INFO
crawl4ai_ctf.egg-info/SOURCES.txt
crawl4ai_ctf.egg-info/dependency_links.txt
crawl4ai_ctf.egg-info/entry_points.txt
crawl4ai_ctf.egg-info/requires.txt
crawl4ai_ctf.egg-info/top_level.txt
tests/test_arun_many.py
tests/test_cli_docs.py
tests/test_config_matching_only.py
tests/test_config_selection.py
tests/test_docker.py
tests/test_docker_api_with_llm_provider.py
tests/test_link_extractor.py
tests/test_llm_simple_url.py
tests/test_llmtxt.py
tests/test_main.py
tests/test_memory_macos.py
tests/test_multi_config.py
tests/test_normalize_url.py
tests/test_preserve_https_for_internal_links.py
tests/test_scraping_strategy.py
tests/test_virtual_scroll.py
tests/test_web_crawler.py