smaller textual changes
- swapped doc for deviantart.mature and .original - updated gallery-dl.conf - "transferred" -> "delegated"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2015, 2016 Mike Fährmann
|
||||
# Copyright 2015-2017 Mike Fährmann
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2014-2016 Mike Fährmann
|
||||
# Copyright 2014-2017 Mike Fährmann
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
|
||||
@@ -190,7 +190,7 @@ class KeywordJob(Job):
|
||||
def handle_queue(self, url, keywords):
|
||||
if not keywords:
|
||||
self.extractor.log.info(
|
||||
"This extractor transfers work to other extractors "
|
||||
"This extractor delegates work to other extractors "
|
||||
"and does not provide any keywords on its own. Try "
|
||||
"'gallery-dl -K \"%s\"' instead.", url)
|
||||
else:
|
||||
|
||||
@@ -201,7 +201,7 @@ def build_parser():
|
||||
"--chapter-range",
|
||||
metavar="RANGE", dest="chapter_range",
|
||||
help=("Same as '--range' except for chapters "
|
||||
"and other transferred URLs"),
|
||||
"and other delegated URLs"),
|
||||
)
|
||||
selection.add_argument(
|
||||
"--filter",
|
||||
@@ -216,7 +216,7 @@ def build_parser():
|
||||
"--chapter-filter",
|
||||
metavar="EXPR", dest="chapter_filter",
|
||||
help=("Same as '--filter' except for chapters "
|
||||
"and other transferred URLs"),
|
||||
"and other delegated URLs"),
|
||||
)
|
||||
selection.add_argument(
|
||||
"--images", dest="depr_images",
|
||||
|
||||
Reference in New Issue
Block a user