| 
			
			 | 
		#1 | 
| 
			
			
			
			 Newsbeamer dev 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 123 
				Karma: 1000 
				Join Date: Dec 2011 
				
				
				
				Device: Kindle Voyage 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Glasgow Herald - feeds need updating
			 
			
			
			Hi Kovid, 
		
	
		
		
		
		
		
		
		
		
		
		
	
	The RSS feeds addresses for the Glasgow Herald have moved. The updated recipe should look like the below. Would you mind updating it? Thanks! Code: 
	from calibre.web.feeds.news import BasicNewsRecipe
class GlasgowHerald(BasicNewsRecipe):
    title = u'Glasgow Herald v2'
    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
    feeds = [
        (u'News', u'https://www.heraldscotland.com/news/rss/'),
        (u'Sport', u'https://www.heraldscotland.com/sport/rss/'),
        (u'Business', u'https://www.heraldscotland.com/business_hq/rss/'),
        (u'Lifestyle', u'https://www.heraldscotland.com/life_style/rss/'),
        (u'Arts & Entertainment', u'https://www.heraldscotland.com/arts_ents/rss/',),
        (u'Politics', u'https://www.heraldscotland.com/politics/rss/'),
        (u'Columnists', u'https://www.heraldscotland.com/opinion/columnists/rss/')
        ]
 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 creator of calibre 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609 
				Karma: 28549044 
				Join Date: Oct 2006 
				Location: Mumbai, India 
				
				
				Device: Various 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
![]()  | 
            
        
    
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Nz herald for subscribers | Nanou2706 | Recipes | 0 | 01-28-2014 11:13 AM | 
| Recipe Deccan Herald | murulis | Recipes | 0 | 03-14-2013 12:34 PM | 
| Buenos Aires Herald | Saint Anger | Recipes | 5 | 04-02-2012 10:22 AM | 
| International Herald Tribune? | gianfri | Recipes | 3 | 12-27-2011 12:37 PM | 
| Glasgow Herald problem with 0.7.25 software | jem16 | Recipes | 11 | 12-11-2010 02:39 PM |