JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Merge branch 'sbd'
[hexbog.git] / main.coffee
index 9db18fe..7403503 100644 (file)
@@ -526,7 +526,7 @@ extract_wiktionary_definiton = (html) ->
                if part and el.tagName is 'OL'
                        $(el).children().each (i, el) ->
                                new_def = $(el).text()
-                               if new_def.substr(0, 9) is '(obsolete' or new_def.substr(0, 8) is "(archaic"
+                               if new_def.substr(0, 9) is '(obsolete' or new_def.substr(0, 8) is "(archaic" or new_def.substr(0, 20) is "Alternative form of "
                                        key = 'obsolete'
                                else
                                        if part is 'verb'