Problem with conversion_options['tags']
Hi,
I'm developing a modification on the pagina12.recipe. I'm writing the method parse_index(self) to dynamically modify the tags in the map conversion_options['tags'] like
self.conversion_options['tags'] += ',some_new_tag'
The recipe works very well from console with the command
ebook-convert pagina12.recipe pru.epub -vv.
When I add pru.epub from calibre gui the tags are update as expected but if I add this custom recipe into the gui (with "Add custom news source") and then "Fetch news", the tags aren't updated (only appear the defaults ones "Pagina 12, News").
What I'm doing wrong?
|