@@ -20,7 +20,7 @@ class MisskeyExtractor(BaseExtractor):
|
||||
|
||||
def __init__(self, match):
|
||||
BaseExtractor.__init__(self, match)
|
||||
self.item = match.group(match.lastindex)
|
||||
self.item = match[match.lastindex]
|
||||
|
||||
def _init(self):
|
||||
self.api = MisskeyAPI(self)
|
||||
|
||||
Reference in New Issue
Block a user