Files
gallery-dl/gallery_dl
Mike Fährmann f7383a56f8 wrap filters/conditionals in a try-except block
allows accessing undefined fields without exception or locals().get(…)
but hides mistakes/typos/etc by evaluating to False without feedback

performance loss compared to the previous version without try-except
is negligible (~20ns for me)
2024-07-12 22:51:11 +02:00
..
2021-10-13 04:07:41 +02:00
2024-06-27 17:56:53 +02:00
2024-02-24 00:04:24 +01:00
2023-12-18 23:57:22 +01:00
2024-07-05 21:34:33 +02:00
2024-04-13 18:51:40 +02:00
2024-06-29 23:02:48 +02:00