-
|
I have this in my extractor section of the config file for Reddit but it seems to ignore the date filter and downloads images older that the set date, what am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Your Use |
Beta Was this translation helpful? Give feedback.
-
|
thank you very much that is now working |
Beta Was this translation helpful? Give feedback.
Your
filterexpression contains an invalid literal (2025-09-05) and comparing a number against adatetimewouldn't work anyway.Use
"date >= datetime(2025, 9, 5) or abort()"or https://gdl-org.github.io/docs/configuration.html#extractor-reddit-date-min-date-max