From ebdfcd3cd3f76534a590ba08933ff7ea54813316 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 24 Dec 2022 17:14:46 -0500 Subject: New upstream version 1.24.2. --- gallery_dl/option.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gallery_dl/option.py') diff --git a/gallery_dl/option.py b/gallery_dl/option.py index 4d9a358..91e9169 100644 --- a/gallery_dl/option.py +++ b/gallery_dl/option.py @@ -142,10 +142,12 @@ def build_parser(): ) general.add_argument( "--cookies-from-browser", - dest="cookies_from_browser", metavar="BROWSER[+KEYRING][:PROFILE]", + dest="cookies_from_browser", + metavar="BROWSER[+KEYRING][:PROFILE][::CONTAINER]", help=("Name of the browser to load cookies from, " - "with optional keyring name prefixed with '+' and " - "profile prefixed with ':'"), + "with optional keyring name prefixed with '+', " + "profile prefixed with ':', and " + "container prefixed with '::' ('none' for no container)"), ) output = parser.add_argument_group("Output Options") -- cgit v1.2.3