1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

Update configuration.rst (#24)

Fixed minor typo.
This commit is contained in:
H R X N 2017-06-28 13:55:39 +02:00 committed by Mike Fährmann
parent e217e23e29
commit b757687606

View File

@ -143,8 +143,9 @@ general pattern specifically for ``PixivUserExtractor`` instances.
The ``category`` and ``subcategory`` of an extractor used for a specific URL
can be determined by using the ``--list-keywords`` command-line option
(see the example below).
If that does not work, then the extractor names, which can be obtained from
``gallery-dl --list-extractors``, provide an alternativ:
If that does not work, the extractor names, which can be obtained from
``gallery-dl --list-extractors``, provide an alternative:
Each extractor name is structured as ``CategorySubcategoryExtractor``.
An extractor called ``PixivUserExtractor`` has therefore the category ``pixiv``
and the subcategory ``user``.