Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 06-16-2011, 06:06 AM   #1
sexymax15
Enthusiast
sexymax15 began at the beginning.
 
sexymax15's Avatar
 
Posts: 30
Karma: 12
Join Date: Jun 2011
Location: India
Device: Kindle 3g
Indian Express Recipe

Here's the recipe of Indian English Daily Indian Express.
Quote:
import re

from calibre.web.feeds.news import BasicNewsRecipe
from calibre.ebooks.chardet import xml_to_unicode

class AdvancedUserRecipe1308039551(BasicNewsRecipe):
title = u'Indian Express'
oldest_article = 10
max_articles_per_feed = 20
no_stylesheets = True
remove_javascript = True
remove_attributes = ['width','height']
use_embedded_content = False
language = 'en_IN'
remove_empty_feeds = True
remove_tags_before = dict(name='h2')

remove_tags =[dict(id=['google_new','express_special','footer','header']), {'class':'express_special'},
{'class':'clr_1'}, {'class':'addthis_toolbox addthis_default_style'},
{'class':'box'} ,{'class':'nobdr'} ,{'class':'box_facebook'} ,{'class':'currentc2'} ,{'class':'innercontenthc2'},
{'class':'bookmarks_div'},{'class':'comment_cnt_bo ok'},
{'class':'addthis_separator'}, {'class':'icons'},{'class':'bookmarks'},{'class':' single_page'}
,dict(name='iframe'),{'class':'picture_gal'}]

feeds = [(u'Latest News', u'http://syndication.indianexpress.com/rss/latest-news.xml'), (u'Front Page', u'http://syndication.indianexpress.com/rss/33/front-page.xml'), (u'Editorial', u'http://syndication.indianexpress.com/rss/35/editorials.xml'), (u'Op-Ed', u'http://syndication.indianexpress.com/rss/36/oped.xml'), (u'Economy', u'http://syndication.indianexpress.com/rss/794/economy.xml'), (u'Politics', u'http://syndication.indianexpress.com/rss/799/politics.xml'), (u'Regional', u'http://syndication.indianexpress.com/rss/800/regional.xml'), (u'Sunday Stories', u'http://syndication.indianexpress.com/rss/723/sunday-stories.xml'), (u'Climate Change', u'http://syndication.indianexpress.com/rss/912/climate-change.xml'), (u'Letters to Editor', u'http://syndication.indianexpress.com/rss/40/letters-to-editor.xml')]
def print_version(self,url):
parts = url.split('/')
print_url = 'http://' + parts[2] + '/story-print/' + parts[5]
return print_url
Attached Files
File Type: zip Indian Express_1099.zip (940 Bytes, 220 views)
sexymax15 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Western Zitkala-Sa: Old Indian Legends & American Indian Stories - v1 - 25 May 07 RWood BBeB/LRF Books 2 07-31-2012 02:25 PM
recipe for Express.de - german schuster Recipes 1 06-05-2011 09:58 AM
Western Zitkala-Sa: Old Indian Legends & American Indian Stories. 19 Dec 07 RWood IMP Books 0 12-19-2007 11:08 PM
Western Zitkala-Sa: Old Indian Legends & American Indian Stories. 18 Aug 07 RWood Kindle Books 0 08-18-2007 03:38 PM


All times are GMT -4. The time now is 12:46 AM.


MobileRead.com is a privately owned, operated and funded community.