Commit ed572281 authored by sim's avatar sim

Pubmed scraper: don't yield result count

parent e2243575
......@@ -96,14 +96,6 @@ class PubmedScraper(Scraper):
self.webenv = result.xpath('./WebEnv/text()').extract_first()
self.querykey = result.xpath('./QueryKey/text()').extract_first()
yield {
'count': self.count,
'query': {
'webenv': self.webenv,
'querykey': self.querykey,
},
}
yield from self.request_results()
def parse_efetch(self, response):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment