[aryion] add 'recursive' option (fixes #832)

This is enabled by default and will recursively go through all
(sub)folders in an artist's gallery.

The old method of using "Latest Updates" lists can be restored by
disabling this option.
This commit is contained in:
Mike Fährmann
2020-06-26 22:05:02 +02:00
parent 699062b91f
commit f1ddbff0b5
2 changed files with 53 additions and 26 deletions

View File

@@ -546,6 +546,19 @@ Description Try to follow external URLs of embedded players.
=========== =====
extractor.aryion.recursive
--------------------------
=========== =====
Type ``bool``
Default ``true``
Description Controls the post extraction strategy.
* ``true``: Start on users' main gallery pages and recursively
descend into subfolders
* ``false``: Get posts from "Latest Updates" pages
=========== =====
extractor.blogger.videos
------------------------
=========== =====