diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 26 |
2 files changed, 19 insertions, 9 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 27d3a09..8b96657 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2023-03-11" "1.25.0" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2023-03-25" "1.25.1" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index a0fd629..fd32eb1 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2023-03-11" "1.25.0" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2023-03-25" "1.25.1" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -5051,6 +5051,17 @@ Include private fields, i.e. fields whose name starts with an underscore. +.SS metadata.skip +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Do not overwrite already existing files. + + .SS metadata.archive .IP "Type:" 6 \f[I]Path\f[] @@ -5407,16 +5418,15 @@ or by \f[I]extractor.modules\f[]. .br * "gdl-globals" -.IP "Default:" 9 -The \f[I]GLOBALS\f[] dict in -\f[I]util.py\f[] - .IP "Description:" 4 Path to or name of an +.br \f[I]importable\f[] -Python module whose namespace gets used as an alternative -\f[I]globals parameter\f[] -for compiled Python expressions. +Python module, +whose namespace, +.br +in addition to the \f[I]GLOBALS\f[] dict in \f[I]util.py\f[], +gets used as \f[I]globals parameter\f[] for compiled Python expressions. .SS cache.file |
