Read Glasgow Herald on your iPad or Kindle in no time. Click download to load the free ebook on your reader.

Check out all the available public recipes or write your own with these quick start guides. ReadBeam is built on calibre, so everything in the docs and the fora applies here as well.

Download for free »

Language: en

Requires Subscription: No, it's available as free ebook

Schedule Every morning

			  from calibre.web.feeds.news import BasicNewsRecipe

class GlasgowHerald(BasicNewsRecipe):
    title          = u'Glasgow Herald'
    oldest_article = 1
    max_articles_per_feed = 100
    no_stylesheets = True
    language = 'en_GB'

    __author__     = 'Kovid Goyal'
    use_embedded_content = False

    no_stylesheets = True
    auto_cleanup = True

    #keep_only_tags = [dict(attrs={'class':'article'})]
    #remove_tags = [
            #dict(id=['pic-nav']),
            #dict(attrs={'class':['comments-top']})
            #]


    feeds          = [
                        (u'News', u'http://www.heraldscotland.com/cmlink/1.758'),
                        (u'Sport', u'http://www.heraldscotland.com/cmlink/1.761'),
                        (u'Business', u'http://www.heraldscotland.com/cmlink/1.763'),
                        (u'Life & Style', u'http://www.heraldscotland.com/cmlink/1.770'),
                        (u'Arts & Entertainment',
                        u'http://www.heraldscotland.com/cmlink/1.768',),
                        (u'Columnists', u'http://www.heraldscotland.com/cmlink/1.658574')]