M: What command line options would I need to get the gallery-dl utility to only download images that were added after a particular date?

G: For gallery-dl, you can filter downloads by date using the --filter option combined with a date-based expression.

Command Example:

gallery-dl --filter "date >= '2024-06-01'" [URL]

Breakdown:


Notes:



Example with Preview:

gallery-dl -g --filter "date >= '2024-06-01'" [URL]

This will show what would be downloaded without actually downloading.


Let me know if you want help finding whether a specific site's extractor supports the date field.