From 3b9a6d021e2dfa846b37fe8dbbbc4cbaa6a3de40 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 31 Dec 2025 03:00:06 +0200 Subject: [PATCH] fix: correct cli argument --- scrapling/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapling/cli.py b/scrapling/cli.py index 122fd3d..68470a5 100644 --- a/scrapling/cli.py +++ b/scrapling/cli.py @@ -605,7 +605,7 @@ def delete( help="CSS selector to extract specific content from the page. It returns all matches.", ) @option("--wait-selector", help="CSS selector to wait for before proceeding") -@option("--locale", default="en-US", help="Browser locale (default: en-US)") +@option("--locale", default=None, help="Specify user locale. Defaults to the system default locale.") @option( "--real-chrome/--no-real-chrome", default=False,