Sorry about the link, here is the link:
http://rss.cincinnati.com/apps/pbcs....enq01&mime=xml
I am making progress now. Here is what I have so far:
Code:
class AdvancedUserRecipe1234144423(BasicNewsRecipe):
title = u'Cincinnati Enquirer'
oldest_article = 7
language = _('English')
__author__ = 'Joseph Kitzmiller'
max_articles_per_feed = 100
html2epub_options = 'linearize_tables = True'
feeds = [(u'Cincinnati Enquirer', u'http://rss.cincinnati.com/apps/pbcs.dll/section?category=rssenq01&mime=xml')]
def print_version(self, url):
return url + '&template=printart'
Now I can get the article on the Sony. However when I click on the article from the table of contents the article appears but it is very light. The reader says it is formatting the article and takes several seconds for the reader to show the article. Occasionally, the reader will automatically go back to the table of contents. The HTML header from the newspaper appears and I think it is holding up the device. Is there someway to edit this out?
Thanks for your help!