fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This commit is contained in:
Juan Manuel Parrilla 2014-10-09 20:55:16 +02:00
parent 2efdf98438
commit 04592eef71
1 changed files with 1 additions and 1 deletions

View File

@ -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]