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