diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2022-08-30 16:54:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 22:24:46 +0530 |
commit | 9bd13fe5bbe1df6bb01d4edb68f2c63a4812bf94 (patch) | |
tree | 89c3d7b12a98260c0360f569c86dc9e9b2d23c1d /README.md | |
parent | 459262ac97c039a426f51f3fb3a5d780de5b9dca (diff) | |
download | hypervideo-pre-9bd13fe5bbe1df6bb01d4edb68f2c63a4812bf94.tar.lz hypervideo-pre-9bd13fe5bbe1df6bb01d4edb68f2c63a4812bf94.tar.xz hypervideo-pre-9bd13fe5bbe1df6bb01d4edb68f2c63a4812bf94.zip |
[cookies] Support firefox container in `--cookies-from-browser` (#4753)
Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -706,13 +706,14 @@ You can also fork the project on github and run your fork's [build workflow](.gi and dump cookie jar in --no-cookies Do not read/dump cookies from/to file (default) - --cookies-from-browser BROWSER[+KEYRING][:PROFILE] + --cookies-from-browser BROWSER[+KEYRING][:PROFILE[:CONTAINER]] The name of the browser and (optionally) the name/path of the profile to load cookies - from, separated by a ":". Currently - supported browsers are: brave, chrome, - chromium, edge, firefox, opera, safari, - vivaldi. By default, the most recently + from (and container name if Firefox) + separated by a ":". Currently supported + browsers are: brave, chrome, chromium, edge, + firefox, opera, safari, vivaldi. By default, + the default container of the most recently accessed profile is used. The keyring used for decrypting Chromium cookies on Linux can be (optionally) specified after the browser |