Files
gallery-dl/gallery_dl
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-26 17:01:27 +02:00
2017-04-26 11:33:19 +02:00
2017-01-16 02:59:22 +01:00
2017-01-30 19:40:15 +01:00
2017-04-05 12:04:35 +02:00
2017-03-27 14:30:32 +02:00
2017-04-08 11:02:32 +02:00
2017-03-27 14:30:32 +02:00
2017-05-26 17:01:27 +02:00
2017-04-26 11:33:19 +02:00
2017-05-12 14:10:25 +02:00
2017-05-22 08:47:58 +02:00