View Single Post
Old 03-22-2017, 12:46 PM   #16
webwizard
Member
webwizard began at the beginning.
 
webwizard's Avatar
 
Posts: 20
Karma: 10
Join Date: Feb 2011
Device: Kindle DX
Quote:
Originally Posted by BeckyEbook View Post
In file __init__.py change line 197:
Code:
results = root.xpath('//h2/a [@class="l"]')
to
Code:
results = root.xpath('//h3[@class="r"]/a')
Yep, it worked.

I was just wondering if there's a way to set custom metadata as well via plugin. I added a custom field named "titolo originale" (original title) and I'd like to set it through the plugin.

Anybody knows if it's possible ?

Thanks
webwizard is offline   Reply With Quote