mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
10.68k stars 881 forks source link

[twitter] Is it possible to download only files uploaded during a certain period of time? #5673

Closed Daorf closed 3 weeks ago

Daorf commented 3 weeks ago

For example, when downloading a Twitter image, what should I do to automatically complete the download without downloading files uploaded before XX/XX/Year 20XX?

mikf commented 3 weeks ago
--filter "date > datetime(2023, 4, 21) or abort()"