-
|
Hi, I've downloaded the standalone binary version of gallery-dl and used it on my system (Fedora Silverblue 42). I've set some values using the CLI, but I'm curious where the config file is stored. I've checked the places listed in the docs for where the config file is checked for, and I've searched my whole home dir for changed files, but I can't figure out where it's storing settings. --config-status shows that there are no configuration files present. If there's no existing config file when gallery-dl is run, where does it store its settings? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
There is no config file by default, you have to manually create it. For convenience, you can run
it uses builtin defaults. |
Beta Was this translation helpful? Give feedback.
-
|
I guess my puzzle is here, if I do a oauth to, say, reddit, it seems like that credential information sticks around even though I can't find it stored anywhere, that's where I'm getting confused. Am I just imagining this? When I do use oauth, is it keeping that information around temporarily somewhere then? |
Beta Was this translation helpful? Give feedback.
OAuth tokens, among other things, are stored in a
cache file.For OAuth, you can disable
extractor.oauth.cacheto prevent that.