Преглед изворни кода

Strip reference tags.

tags/v0.1^2
Ben Kurtovic пре 12 година
родитељ
комит
3de52a915b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      earwigbot/commands/dictionary.py

+ 1
- 0
earwigbot/commands/dictionary.py Прегледај датотеку

@@ -129,6 +129,7 @@ class Dictionary(Command):
def parse_body(self, body):
substitutions = [
("<!--(.*?)-->", ""),
("<ref>(.*?)</ref>", ""),
("\[\[[^\]|]*?\|([^\]|]*?)\]\]", r"\1"),
("\{\{unsupported\|(.*?)\}\}", r"\1"),
("\{\{(.*?) of\|([^}|]*?)(\|(.*?))?\}\}", r"\1 of \2."),


Loading…
Откажи
Сачувај