add config option for unsupported-URL file

for consistency's sake
This commit is contained in:
Mike Fährmann
2018-01-28 18:42:10 +01:00
parent 619387cbb1
commit d951f13e37
4 changed files with 16 additions and 5 deletions

View File

@@ -99,6 +99,15 @@ Description File to write logging output to.
=========== =====
output.unsupportedfile
----------------------
=========== =====
Type ``string``
Default ``null``
Description File to write external URLs unsupported by *gallery-dl* to.
=========== =====
Downloader Options
==================

View File

@@ -129,5 +129,6 @@
"shorten": true,
"progress": true,
"logfile": null,
"unsupportedfile": null
}
}