X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=scrape-item-data.py;h=e78883710705105a06b1127f9d16bafabc14c155;hb=14294b0b2b0cf7cc8aa2c854d612378211057b1a;hp=ab8bc097d4ecc8383cddf993a2abf378bb3a824f;hpb=704e8529e2a2a0c2728f0e3e01121bc18a85e032;p=poefilter.git diff --git a/scrape-item-data.py b/scrape-item-data.py index ab8bc09..e788837 100755 --- a/scrape-item-data.py +++ b/scrape-item-data.py @@ -163,6 +163,8 @@ class ItemDataParser(html.parser.HTMLParser): if self.in_heading: self.current_heading = data + if self.current_heading=="Staff": + self.current_heading = "Stave" self.headings.append(self.current_heading) elif self.in_items_table and self.in_cell: if self.mod_row: