View Single Post
Old 03-18-2009, 09:34 AM   #359
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by ficbot View Post
I am trying to create an ebook version of my local commuter newspaper so that I can read it on the subway without needing wi-fi on my iPod Touch.

They have RSS feeds available here:
http://www.metronews.ca/toronto/rsslist

I previewed each list in my web browser and got what I wanted: a page of story titles with one or so paragraphs of text, the idea being that I could download the whole thing and get a mini-newspaper in Calibre.

So I went to create my custom news feed. I put in the section title, copied the URL from the orange RSS button for each section and thought I had done everything right. It would not download right away. I quit Calibre and restarted it, was able to download it...

And it was blank. I had section titles (Local News, Business News, Entertainment News etc) but no headlines, no stories, nothing. Just seven pages each with the headline of a section and nothing else. What I am doing wrong here? Can anyone help me get the feed set up? Thanks in advance.
This is a problem related to the way calibre parses RSS feeds. RSS feed is XML that contains title, description, link and date of every article. In this case problem is the format of the date which is YYYY/MM/DD. Calibre expects different format and due to this difference it thinks all articles are older than default range (7 days) and does not download any.

Until Kovid fixes this problem you can add this to your recipe as sort of workaround:

Code:
oldest_article = 2000
kiklop74 is offline