| 
			
			 | 
		#1 | 
| 
			
			
			
			 Junior Member 
			
			![]() ![]() Posts: 3 
				Karma: 158 
				Join Date: Oct 2022 
				
				
				
				Device: Kobo Sage 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Guardian/Observer with cover
			 
			
			
			Hello, I added the following to the Guardian/Observer recipe so it would download the appropriate cover: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Code: 
	def get_cover_url(self):
        from datetime import date
        coverdate = date.today()
        if coverdate.weekday() == 6:
            cover = (
                    'https://www.thepaperboy.com/frontpages/archive/The_Observer_' 
                    + str(coverdate.day) + '_' + str(coverdate.month) + '_' 
                    + str(coverdate.year) + '_400.jpg')
        else:
            cover = (
                    'https://www.thepaperboy.com/frontpages/archive/The_Guardian_' 
                    + str(coverdate.day) + '_' + str(coverdate.month) + '_' 
                    + str(coverdate.year) + '_400.jpg')
        return cover
 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 creator of calibre 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609 
				Karma: 28549044 
				Join Date: Oct 2006 
				Location: Mumbai, India 
				
				
				Device: Various 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
![]()  | 
            
        
    
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Guardian/Observer recipe not working 1/4/22 | paddyrm | Recipes | 18 | 08-07-2022 12:22 AM | 
| Guardian/Observer recipe broken | paddyrm | Recipes | 5 | 08-04-2021 06:43 AM | 
| The Guardian / Observer (UK) | ribena | Recipes | 3 | 11-19-2014 11:38 AM | 
| The guardian &Observer | didsbury | Calibre | 1 | 01-26-2013 08:57 AM | 
| The Guardian/The observer broken recipe ? | wingmongyee | Recipes | 6 | 07-08-2011 11:38 PM |