mirror of https://github.com/scrapy/scrapy.git
removed temporal fix in 171
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40173
This commit is contained in:
parent
0f49c7c0d4
commit
17dec39c29
|
|
@ -32,9 +32,6 @@ class ExtractAdaptor(ExtendedAdaptor):
|
|||
|
||||
def function(self, item, location, **pipeargs):
|
||||
return self.do(self.extract, location, **pipeargs)
|
||||
|
||||
def _extract(self, location, **kwargs):
|
||||
return self.extract(location, **kwargs)
|
||||
|
||||
def extract(self, location, **kwargs):
|
||||
"""Extract a list of strings from the location passed.
|
||||
|
|
|
|||
Loading…
Reference in New Issue