add 'path-extended' option (#3021)
This commit is contained in:
@@ -263,6 +263,17 @@ Description
|
||||
* ``"windows"``: ``". "``
|
||||
|
||||
|
||||
extractor.*.path-extended
|
||||
-------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
On Windows, use `extended-length paths <https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation>`__
|
||||
prefixed with ``\\?\`` to work around the 260 characters path length limit.
|
||||
|
||||
|
||||
extractor.*.extension-map
|
||||
-------------------------
|
||||
Type
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
"path-replace": "_",
|
||||
"path-remove": "\\u0000-\\u001f\\u007f",
|
||||
"path-strip": "auto",
|
||||
"path-extended": true,
|
||||
|
||||
"extension-map": {
|
||||
"jpeg": "jpg",
|
||||
"jpe" : "jpg",
|
||||
|
||||
Reference in New Issue
Block a user