Files
gallery-dl/gallery_dl
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-09-08 17:52:00 +02:00
2017-01-16 02:59:22 +01:00
2017-01-30 19:40:15 +01:00
2017-06-30 15:21:04 +02:00
2017-03-27 14:30:32 +02:00
2017-04-08 11:02:32 +02:00
2017-09-08 17:52:00 +02:00
2017-09-08 17:52:00 +02:00
2017-04-26 11:33:19 +02:00
2017-08-24 20:55:58 +02:00
2017-09-08 17:52:00 +02:00