add '"skip": "terminate"' option

Stops not only the current extractor/job,
but all parent extractors/jobs as well.
This commit is contained in:
Mike Fährmann
2021-05-12 02:22:28 +02:00
parent 4835888acc
commit c693db5b1a
6 changed files with 22 additions and 4 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.17.4"
__version__ = "1.17.5-dev"