View Single Post
Old 07-27-2009, 04:36 PM   #621
samgler
Junior Member
samgler began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Feb 2009
Device: non
Collection of Thai Newspapers.

http://www.norsorpor.com/chooseRSS.php

I browse within each category, news are there. However, I cannot make them to LRFs.

My codes are:
Code:
class AdvancedUserRecipe1248726179(BasicNewsRecipe):
    title          = u'NorSorPor'
    oldest_article = 7
    max_articles_per_feed = 100
    encoding              = 'utf_8'
    no_stylesheets        = True
    use_embedded_content  = False
    remove_javascript     = True

    remove_tags     = [dict(name='td', attrs={'align':'right'})]
    remove_tags     = [dict(name='td', attrs={'align':'left'})]

    html2lrf_options = ['--ignore-tables']
    html2epub_options = 'linearize_tables = True'

    feeds          = [
(u'Hot News', u'http://www.norsorpor.com/rss.php?category=1'), 
(u'Business', u'http://www.norsorpor.com/rss.php?category=3'), 
(u'Entertainment', u'http://www.norsorpor.com/rss.php?category=4'), 
(u'Around The World', u'http://www.norsorpor.com/rss.php?category=5'), 
(u'Sports', u'http://www.norsorpor.com/rss.php?category=6'), 
(u'Technology', u'http://www.norsorpor.com/rss.php?category=9'), 
(u'Premiere League', u'http://www.norsorpor.com/rss.php?category=21')
                         ]
Each category will have its own blank page with only the title inside. Am I missing something? TIA

Last edited by samgler; 07-27-2009 at 04:40 PM.
samgler is offline