Closed
Description
Just so that I am not mixing anything, suppose I want to filter till the beginning of 2024 would the query be
gallery-dl -c config.json https://x.com/i/lists/XXXXXXXXXXXXXXXXXXX/members --filter "date >= datetime(2024, 1, 1) or abort()"
I assume the date field is the field from the date the image got published? and should I use abort() or skip()? since the twitter url I am using here goes through each profile and scrapes instead of a single profile.
Activity