fix: add item to whitelist (#5523)
All checks were successful
continuous-integration/drone/push Build is passing
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:
@@ -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.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user