View Single Post
Old 03-10-2009, 03:52 PM   #3
kannjihyun
Junior Member
kannjihyun began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Mar 2009
Device: PRS-505
Quote:
Originally Posted by kovidgoyal View Post
feeds2epub doesn't support that syntax. See the section in the User Manula on custom news sources to learn how to create recipes to download your own feeds
Hi Kovid,

Thanks for your fabulous program and your fast reply. I have read the instruction on the user manual and tried to add this custom feeds as a new recipe; however, it is still not working. Calibre still downloads blank page. The page has a lot of Thai characters. At first, I thought that it was because of the text encoding, so I add utf8 encoding, but it still does not work. It is just a RSS feeds, so the page should be simple and I guess that I should not have to modify the recipe that much, but I really don't know why it is not working. Below is my recipe. Do you have any advice?

Thanks,

Code:
class AdvancedUserRecipe1236714135(BasicNewsRecipe):
    title          = u'iannnnn2'
    oldest_article = 7
    max_articles_per_feed = 100
    encoding = 'utf8'    
    feeds          = [(u'iannnnn2', u'feed://iannnnn.com/feed')]
kannjihyun is offline   Reply With Quote