Quote:
Originally Posted by BeckyEbook
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