Files
gallery-dl/gallery_dl/extractor
Mike Fährmann 99b72130ee [reddit] enable recursion (#15)
reddit extractors now recursively visit other submissions/posts
linked to in the initial set of submissions.
This behaviour can be configured via the 'extractor.reddit.recursion'
key in the configuration file or by `-o recursion=<value>`.

Example:
{"extractor": {
  "reddit": {
   "recursion": <value>
}}}

Possible values:
* -1 - infinite recursion (don't do this)
*  0 - recursion is disabled (default)
*  1 and higher - maximum recursion level
2017-05-26 17:01:27 +02:00
..
2017-05-24 12:51:18 +02:00
2017-03-03 15:50:10 +01:00
2017-05-04 11:58:51 +02:00
2017-02-01 00:53:19 +01:00
2017-04-08 11:02:32 +02:00
2017-05-24 12:51:18 +02:00
2017-02-01 00:53:19 +01:00
2017-03-28 13:12:44 +02:00
2017-05-12 14:10:25 +02:00
2017-04-08 11:02:32 +02:00
2017-03-28 13:12:44 +02:00
2017-05-26 17:01:27 +02:00
2017-04-20 13:32:40 +02:00
2017-04-30 11:02:32 +02:00
2017-05-12 14:10:25 +02:00
2017-05-24 12:51:18 +02:00
2017-05-26 17:01:27 +02:00
2017-03-04 23:21:55 +01:00
2017-05-19 14:04:52 +02:00
2017-04-13 20:47:22 +02:00
2017-02-09 02:09:23 +01:00
2017-04-30 11:02:32 +02:00