Files
gallery-dl/gallery_dl/extractor
Mike Fährmann 9b21d3f13c add '--filter' command-line option
This allows for image filtering via Python expressions by the same
metadata that is also used to build filenames (--list-keywords).

The usually shunned eval() function is used to evaluate
filter-expressions, but it seemed quite appropriate in this case and
shouldn't introduce any new security issues, as any attacker that could do
> gallery-dl --filter "delete-everything()" ...
could as well do
> python -c "delete-everything()"
2017-09-08 17:52:00 +02:00
..
2017-08-18 19:54:07 +02:00
2017-07-20 15:01:47 +02:00
2017-03-03 15:50:10 +01:00
2017-08-02 21:06:49 +02:00
2017-06-02 09:10:58 +02:00
2017-07-15 14:51:58 +02:00
2017-08-21 18:29:50 +02:00
2017-08-05 16:11:46 +02:00
2017-03-28 13:12:44 +02:00
2017-08-21 18:29:50 +02:00
2017-04-08 11:02:32 +02:00
2017-09-01 16:29:52 +02:00
2017-08-21 18:29:50 +02:00
2017-07-25 14:59:41 +02:00
2017-08-18 19:54:07 +02:00
2017-06-28 17:39:07 +02:00
2017-08-05 16:11:46 +02:00
2017-07-08 17:16:41 +02:00
2017-08-05 16:11:46 +02:00
2017-08-21 18:29:50 +02:00
2017-06-28 09:42:49 +02:00
2017-09-04 17:41:11 +02:00
2017-05-19 14:04:52 +02:00
2017-08-06 13:43:08 +02:00
2017-08-18 19:54:07 +02:00