@@ -93,8 +93,8 @@ class _4archiveBoardExtractor(Extractor):
|
||||
|
||||
def __init__(self, match):
|
||||
Extractor.__init__(self, match)
|
||||
self.board = match.group(1)
|
||||
self.num = text.parse_int(match.group(2), 1)
|
||||
self.board = match[1]
|
||||
self.num = text.parse_int(match[2], 1)
|
||||
|
||||
def items(self):
|
||||
data = {"_extractor": _4archiveThreadExtractor}
|
||||
|
||||
Reference in New Issue
Block a user