This commit is contained in:
UncleCode
2024-11-22 19:56:56 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -477,7 +477,7 @@ class AsyncWebCrawler:
word_count_threshold=word_count_threshold,
css_selector=css_selector,
only_text=kwargs.pop("only_text", False),
image_description_min_word_threshold=kwargs.get(
image_description_min_word_threshold=kwargs.pop(
"image_description_min_word_threshold", IMAGE_DESCRIPTION_MIN_WORD_THRESHOLD
),
content_filter = content_filter,