mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	New recipe for the National Post by Nick Redding
This commit is contained in:
		
							parent
							
								
									01da2517fc
								
							
						
					
					
						commit
						fe52e0f0ab
					
				
							
								
								
									
										20
									
								
								resources/recipes/national_post.recipe
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								resources/recipes/national_post.recipe
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,20 @@
 | 
			
		||||
from calibre.web.feeds.news import BasicNewsRecipe
 | 
			
		||||
 | 
			
		||||
class AdvancedUserRecipe1261379503(BasicNewsRecipe):
 | 
			
		||||
    title = u'National Post'
 | 
			
		||||
    language = 'en_CA'
 | 
			
		||||
    __author__ = 'Nick Redding'
 | 
			
		||||
    description = u"News from Canada"
 | 
			
		||||
    oldest_article = 2
 | 
			
		||||
    max_articles_per_feed = 25
 | 
			
		||||
 | 
			
		||||
    keep_only_tags = [dict(name='div', attrs={'id':'content'})]
 | 
			
		||||
    remove_tags = [dict(name='div', attrs={'class':'story-tools'}),dict(name='div', attrs={'class':'newsblock'}),dict(name='p', attrs={'class':'border-top'}),dict(name='div', attrs={'id':'footer'})]
 | 
			
		||||
 | 
			
		||||
    feeds = [(u'News Headlines', u'http://www.nationalpost.com/scripts/sp6query.aspx?catalog=ntnp&type=stry&tags=section| news'),
 | 
			
		||||
    (u'FP Headlines', u'http://www.nationalpost.com/scripts/sp6query.aspx?catalog=ntnp&type=stry&tags=section| financial%20post|storytype|business'),
 | 
			
		||||
    (u'Arts & Life Headlines', u'http://www.nationalpost.com/scripts/sp6query.aspx?catalog=ntnp&type=stry&tags=section| arts%20%26%20life|storytype|news'),
 | 
			
		||||
    (u'Canada News', u'http://www.nationalpost.com/scripts/sp6query.aspx?catalog=ntnp&type=stry&tags=storytyp e|webcanada&feed=rss'),
 | 
			
		||||
    (u'World News', u'http://www.nationalpost.com/scripts/sp6query.aspx?catalog=ntnp&type=stry&tags=storytyp e|webworld&feed=rss'),(u'Editorial', u'http://www.nationalpost.com/scripts/sp6query.aspx?catalog=ntnp&type=stry&tags=section| editorial'),
 | 
			
		||||
    (u'FP Opinion', u'http://www.nationalpost.com/scripts/columnists.aspx?publication=national+post&columnty pe=fp')]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user