View Single Post
Old 08-17-2017, 04:06 AM   #87
h0nza
Member
h0nza began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Feb 2015
Device: Pocketbook 626 TL2
ISBN

To restore the ISBN backwards, change the following in worker.py on line 262:
OLD
Quote:
txt_node = root.xpath('//a[@id="abinfo"]/@bid')
NEW
Quote:
txt_node = root.xpath('//tr[@id="abinfo"]/@bid')
h0nza is offline   Reply With Quote