From 04592eef719675359e21e654a6e87844d1ff0016 Mon Sep 17 00:00:00 2001 From: Juan Manuel Parrilla Date: Thu, 9 Oct 2014 20:55:16 +0200 Subject: [PATCH] ups --- crawler/crawler/spiders/paninicomics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/crawler/spiders/paninicomics.py b/crawler/crawler/spiders/paninicomics.py index f4c37ff..81a37d1 100644 --- a/crawler/crawler/spiders/paninicomics.py +++ b/crawler/crawler/spiders/paninicomics.py @@ -54,7 +54,7 @@ class PaninicomicsSpider(CrawlSpider): item['url'] = response.url item['publisher_name'] = self._publisher_name - ## Serie Name and volume name + ## Serie Name and volume name name_raw = response.xpath('//*[@class="title"]/h3/text()').extract() name = str(name_raw)[3:-2] cleaned_name = str(name).split(' ')[0:-1]