View Single Post
Old 09-14-2015, 11:09 AM   #69
vecdan
Member
vecdan began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Apr 2014
Device: Kindle Paperwhite 3
Hi,

I've updated recent version - 1.4.2 to retrieve Tags - Genre. The problem was in the file worker.py on the line 238:
Was:
Quote:
txt_node = root.xpath('//span[@itemprop="category"]/text()')
Should be:
Quote:
txt_node = root.xpath('//h5[@itemprop="category"]/text()')
There is the new version - 1.4.3
databazeknih.zip

Best regards.
vecdan is offline   Reply With Quote