Hi !
I would like to remove the "this article was downloaded by calibre from ..." text that is on EVERY article created by Calibre !
This text is on every ebook created by my linux server, but, and this is weird, it does not appear when I'm creating ebooks with my Mac...
There is a potential reply
on this post, but I don't really see how I could apply this fix on my recipe !
Here's my recipe :
Spoiler:
root@localhost:~/ebook$ cat rec.recipe
class AdvancedUserRecipe(BasicNewsRecipe):
title = 'Feed Reader'
oldest_article = 3
max_articles_per_feed = 15
auto_cleanup = True
feeds = [(u'Hack a Day', u'http://hackaday.com/feed/'), (u'Macbidouille', u'http://feeds.macbidouille.com/macbidouille/'), (u'Reflets', u'http://feeds.feedburner.com/refletsinfo'), (u'Numerama', u'http://www.ratiatum.com/rss/news.rss'), (u'Le Monde : Techno', u'http://rss.lemonde.fr/c/205/f/3061/index.rss'), (u'BBC', u'http://feeds.bbci.co.uk/news/rss.xml?edition=int'), (u'Le Monde : Une', u'http://www.lemonde.fr/rss/une.xml'), (u'Slate', u'http://www.slate.fr/rss.xml'), (u'Engadget', u'http://www.engadget.com/rss.xml')]
Thanks for the help you already provided me today when I installed Calibre on my server