fix: add item to whitelist (#5523)
All checks were successful
continuous-integration/drone/push Build is passing

Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5523
Reviewed-by: tobiasd <tobiasd@fsfe.org>
Co-authored-by: delliott <delliott@fsfe.org>
Co-committed-by: delliott <delliott@fsfe.org>
This commit was merged in pull request #5523.
This commit is contained in:
2025-11-25 06:51:20 +00:00
committed by tobiasd
parent 31731a3a7a
commit 90fca486aa

View File

@@ -52,6 +52,7 @@ def main() -> None:
"//track[@srclang]", # Languages, used in some track elements
"//track[@label]", # Language label, used in some track elements
"/html/translator", # the translator
"//discussion[@href]", # Mastodon links can be in different langs
],
help="Comma-separated list xpaths that we then ignore.",
)