implement 'chapter-reverse' option (#149)

Setting it to `true` will start with the latest chapter instead of the
first one.
This commit is contained in:
Mike Fährmann
2019-01-07 18:22:33 +01:00
parent e95b24f056
commit 06cbf5f9c4
2 changed files with 15 additions and 0 deletions

View File

@@ -797,6 +797,18 @@ Description Categorize tags by their respective types
=========== =====
extractor.[manga-extractor].chapter-reverse
-------------------------------------------
=========== =====
Type ``bool``
Default ``false``
Description Reverse the order of chapter URLs extracted from manga pages.
* `true`: Start with the latest chapter
* `false`: Start with the first chapter
=========== =====
Downloader Options
==================