1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00
gallery-dl/docs
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
..
_layouts [docs] replace AnchorJS with custom script 2024-04-13 17:53:04 +02:00
configuration.rst wrap filters/conditionals in a try-except block 2024-07-12 22:51:11 +02:00
formatting.md [formatter] implement 'X' format specifier (#5770) 2024-06-21 20:56:19 +02:00
gallery-dl-example.conf [docs] add parent>child example (#4621) 2024-01-02 15:03:04 +01:00
gallery-dl.conf update default User-Agent header to Firefox 128 ESR 2024-07-09 20:42:06 +02:00
index.md [docs] link to documentation files in index.md 2024-03-03 22:50:09 +01:00
links.js [docs] replace AnchorJS with custom script 2024-04-13 17:53:04 +02:00
oauth-redirect.html move files from gh-pages branch to master 2023-12-15 18:05:44 +01:00
options.md do not try to read from stdin when it is non-interactive (#5733) 2024-06-16 18:31:39 +02:00
supportedsites.md [instagram][twitter] rename 'profile' to 'info' (#5262, #3623) 2024-07-11 00:22:39 +02:00