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 09-09-2012, 03:32 AM   #1
scissors
Addict
scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.
 
Posts: 241
Karma: 1001369
Join Date: Sep 2010
Device: prs300, kindle keyboard 3g
metro uk update 9/9/12

"related tags" element removed.

Spoiler:
Code:
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1306097511(BasicNewsRecipe):
    title          = u'Metro UK'
    description = 'Author Dave Asbury : News from The Metro - UK'
    #timefmt = ''
    __author__ = 'Dave Asbury'
    #last update 9/9/12
    cover_url = 'http://profile.ak.fbcdn.net/hprofile-ak-snc4/276636_117118184990145_2132092232_n.jpg'
    no_stylesheets = True
    oldest_article = 1
    max_articles_per_feed = 12
    remove_empty_feeds = True
    remove_javascript     = True
    #auto_cleanup = True
    encoding = 'UTF-8'
    cover_url ='http://profile.ak.fbcdn.net/hprofile-ak-snc4/157897_117118184990145_840702264_n.jpg'
    language = 'en_GB'
    masthead_url        = 'http://e-edition.metro.co.uk/images/metro_logo.gif'
    extra_css = '''
                    h1{font-family:Arial,Helvetica,sans-serif; font-weight:900;font-size:1.6em;}
                    h2{font-family:Arial,Helvetica,sans-serif; font-weight:normal;font-size:1.2em;}
                    p{font-family:Arial,Helvetica,sans-serif;font-size:1.0em;}
                    body{font-family:Helvetica,Arial,sans-serif;font-size:1.0em;}
		'''
    keep_only_tags = [
		#dict(name='h1'),
		#dict(name='h2'),
		#dict(name='div', attrs={'class' : ['row','article','img-cnt figure','clrd']}) 
	#dict(name='h3'),
	#dict(attrs={'class' :  'BText'}),
		]
    remove_tags    = [
                                dict(name='div',attrs={'class' : 'art-fd fd-gr1-b clrd'}),
                                dict(name='span',attrs={'class' : 'share'}),
		dict(name='li'),
		dict(attrs={'class' : ['twitter-share-button','header-forms','hdr-lnks','close','art-rgt','fd-gr1-b clrd google-article','news m12 clrd clr-b p5t shareBtm','item-ds csl-3-img news','c-1of3 c-last','c-1of1','pd','item-ds csl-3-img sport']}),
           		dict(attrs={'id' : ['','sky-left','sky-right','ftr-nav','and-ftr','notificationList','logo','miniLogo','comments-news','metro_extras']})
                               ]
    remove_tags_before = dict(name='h1')
    #remove_tags_after = dict(attrs={'id':['topic-buttons']})
    
    feeds          = [
        (u'News', u'http://www.metro.co.uk/rss/news/'), (u'Money', u'http://www.metro.co.uk/rss/money/'), (u'Sport', u'http://www.metro.co.uk/rss/sport/'), (u'Film', u'http://www.metro.co.uk/rss/metrolife/film/'), (u'Music', u'http://www.metro.co.uk/rss/metrolife/music/'), (u'TV', u'http://www.metro.co.uk/rss/tv/'), (u'Showbiz', u'http://www.metro.co.uk/rss/showbiz/'), (u'Weird News', u'http://www.metro.co.uk/rss/weird/'), (u'Travel', u'http://www.metro.co.uk/rss/travel/'), (u'Lifestyle', u'http://www.metro.co.uk/rss/lifestyle/'), (u'Books', u'http://www.metro.co.uk/rss/lifestyle/books/'), (u'Food', u'http://www.metro.co.uk/rss/lifestyle/restaurants/')]
scissors is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
metro uk update 4/8/12 scissors Recipes 0 08-04-2012 02:46 PM
metro uk update 9/6/12 scissors Recipes 0 06-09-2012 03:32 AM
Recipe for Metro UK Bogg Recipes 10 10-07-2011 01:06 PM
Windows 8 Metro: No Flash elcreative News 123 09-28-2011 09:18 AM
Metro News NL drMerry Recipes 1 07-07-2011 07:23 PM


All times are GMT -4. The time now is 05:58 PM.


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