use %APPDATA%\gallery-dl for config/cache on Windows

This commit is contained in:
Mike Fährmann
2020-05-28 02:56:38 +02:00
parent 275cceeb6a
commit da22ea8ced
4 changed files with 11 additions and 9 deletions

View File

@@ -1892,7 +1892,7 @@ cache.file
----------
=========== =====
Type |Path|_
Default * |tempfile.gettempdir()|__ + ``".gallery-dl.cache"`` on Windows
Default * (``%APPDATA%`` or ``"~"``) + ``"/gallery-dl/cache.sqlite3"`` on Windows
* (``$XDG_CACHE_HOME`` or ``"~/.cache"``) + ``"/gallery-dl/cache.sqlite3"`` on all other platforms
Description Path of the SQLite3 database used to cache login sessions,
cookies and API tokens across `gallery-dl` invocations.