Files
gallery-dl/gallery_dl/extractor/reddit.py
Mike Fährmann 5f05543f23 [reddit] support filtering by timestamp (#15)
- Added the 'extractor.reddit.date-min' and '….date-max'
  config options. These values should be UTC timestamps.
- All submissions not posted in date-min <= T <= date-max
  will be ignored.

- Fixed the limit parameter for submission comments by setting
  it to its apparent max value (500).
2017-06-03 13:33:48 +02:00

6.6 KiB