Quote:
Originally Posted by Wipneus
Thanks Pr.BarnArt but it don`t work.
I have tried two books.
isbn: 9055158593 - Het dikke schrift
isbn: 9023448502 - De Kantlezer
I got the same problems that in the line from the author i get the name author and the name of the publisher.
Now i got this this in the line author - (book Het dikke schrift)
Agota Kristof & Gennep B.V., Uitgeverij Van
|
Strange,

When I test: search for the book "Het dikke schrift" returns just Agota Kristof
When I do a search for "De Kantlezer" it returns 2 names: Brunonia Barry en Barry , Brunonia.
But thats is like how Bol list the authors ( first name lastname, and last name , firstname) in this case.
It seems to me that the update is not correct installed in your configuration:
In the zip file Bol_NL.zip there is a file named: worker.py.
(I think: c:\users\YOUR USERNAME\ appdata\Roaming\calibre\plugins\Bol_NL_zip.
Windows: show hidden directories/files is on)
It is the same file you can download at the start of this thread.
Can you find this part of code in that file?
Code:
def parse_authors(self, root):
#search productinfo
authors = []
auteur_node = root.xpath('//div[@class="product_detail_title boxedbottom_s fleft"]/div/p[text()[contains(.,"Auteur")]]/span[@class="po_pdp_creator2"]/a')
You can read the file in a text-editor.
Pls let me know.