support Firefox containers for --cookies-from-browser (#3346)

This commit is contained in:
Mike Fährmann
2022-12-09 19:43:55 +01:00
parent cd931e1139
commit dfe7b23579
4 changed files with 78 additions and 27 deletions

View File

@@ -432,15 +432,17 @@ Description
"isAdult" : "1"
}
* A ``list`` with up to 3 entries specifying a browser profile.
* A ``list`` with up to 4 entries specifying a browser profile.
* The first entry is the browser name
* The optional second entry is a profile name or an absolute path to a profile directory
* The optional third entry is the keyring to retrieve passwords for decrypting cookies from
* The optional fourth entry is a (Firefox) container name (``"none"`` for only cookies with no container)
.. code:: json
["firefox"]
["firefox", null, null, "Personal"]
["chromium", "Private", "kwallet"]