diff --git a/crawl4ai/__version__.py b/crawl4ai/__version__.py index 3274435a..5955f704 100644 --- a/crawl4ai/__version__.py +++ b/crawl4ai/__version__.py @@ -1,2 +1,3 @@ # crawl4ai/_version.py -__version__ = "0.4.3b3" +# __version__ = "0.4.3b3" +__version__ = "0.4.300b4" diff --git a/crawl4ai/async_configs.py b/crawl4ai/async_configs.py index 44c83262..35503bd3 100644 --- a/crawl4ai/async_configs.py +++ b/crawl4ai/async_configs.py @@ -271,6 +271,8 @@ class CrawlerRunConfig: Default: None. keep_data_attributes (bool): If True, retain `data-*` attributes while removing unwanted attributes. Default: False. + keep_attrs (list of str): List of HTML attributes to keep during processing. + Default: []. remove_forms (bool): If True, remove all `