Petras Petroskevicius
Results
1
comments of
Petras Petroskevicius
Changing the deprecated parameter as below does not work either. ```python import asyncio from crawl4ai import AsyncWebCrawler, CacheMode from crawl4ai.async_configs import CrawlerRunConfig async def crawl_local_file(): local_file_path = "/home/user/file.html" file_url =...