unclecode / crawl4ai

🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper
Apache License 2.0
16.58k stars 1.23k forks source link

Fix #260 prevent pass duplicated kwargs to scrapping_strategy #269

Closed darwing1210 closed 5 days ago

darwing1210 commented 1 week ago

This pull request includes a change to the crawl4ai/async_webcrawler.py file, specifically modifying the aprocess_html function to use the pop method for extracting keyword arguments instead of the get method.

Codebase simplification:

unclecode commented 5 days ago

Thanks for your collaboration and contributions.