From 1d2c68125acf7c53acf2ceb96bf531dad98f4151 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 3 Nov 2024 16:40:42 +0200 Subject: [PATCH] Update fetcher.py --- scrapling/fetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapling/fetcher.py b/scrapling/fetcher.py index 6a7e035..6bed2fc 100644 --- a/scrapling/fetcher.py +++ b/scrapling/fetcher.py @@ -64,7 +64,7 @@ class StealthyFetcher(BaseFetcher): It works as real browsers passing almost all online tests/protections based on Camoufox. """ def fetch( - self, url: str, headless: Union[bool, str] = True, block_images: Optional[bool] = False, disable_resources: Optional[bool] = True, + self, url: str, headless: Union[bool, str] = True, block_images: Optional[bool] = False, disable_resources: Optional[bool] = False, block_webrtc: Optional[bool] = False, allow_webgl: Optional[bool] = False, network_idle: Optional[bool] = False, timeout: Optional[float] = 30000, page_action: Callable = do_nothing, wait_selector: Optional[str] = None, wait_selector_state: str = 'attached',