@@ -27,7 +27,7 @@ class PillowfortExtractor(Extractor):
|
||||
|
||||
def __init__(self, match):
|
||||
Extractor.__init__(self, match)
|
||||
self.item = match.group(1)
|
||||
self.item = match[1]
|
||||
|
||||
def items(self):
|
||||
self.login()
|
||||
|
||||
Reference in New Issue
Block a user