View Single Post
Old 08-25-2014, 09:42 AM   #42
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,906
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by JoDust View Post
Davidfor, thanks for your help and update config.py...
It's OK. And I just realised you had created versions that fixed the series problem. Your version still has a problem with ISBN.

In "parse_isbn", change:
Code:
txt_node = root.xpath('//a[@class="h2 odleft_pet sorry"]/@bid')
to:

Code:
txt_node = root.xpath('//a[@id="abinfo"]/@bid')
When you are happy with that it works, send a PM to Kovid to tell him that you have fixed the plugin. He can update the first post. Or I can pass the message on. Or, maybe you can start a new thread and arrange to have it as the support thread for the plugin.
davidfor is offline   Reply With Quote