change 'extension-map' default

Replace all JPEG filename extensions with 'jpg'.
This commit is contained in:
Mike Fährmann
2020-11-14 22:40:31 +01:00
parent e5438b8a29
commit 9b1bd09454
4 changed files with 12 additions and 6 deletions

View File

@@ -188,8 +188,6 @@ extractor.*.extension-map
Type
``object``
Default
``null``
Example
.. code:: json
{
@@ -200,7 +198,7 @@ Example
"jfi" : "jpg"
}
Description
A JSON ``object`` mapping filename extensions to alternatives.
A JSON ``object`` mapping filename extensions to their replacements.
extractor.*.skip