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 10-02-2022, 12:31 PM   #1
goatnix
Junior Member
goatnix doesn't littergoatnix doesn't litter
 
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
Thought I'd share in case anyone else wanted this
goatnix is offline   Reply With Quote
Old 10-02-2022, 10:28 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,351
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
https://github.com/kovidgoyal/calibr...74a3e901282061
kovidgoyal is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Guardian/Observer recipe not working 1/4/22 paddyrm Recipes 18 08-06-2022 11:22 PM
Guardian/Observer recipe broken paddyrm Recipes 5 08-04-2021 05:43 AM
The Guardian / Observer (UK) ribena Recipes 3 11-19-2014 10:38 AM
The guardian &Observer didsbury Calibre 1 01-26-2013 07:57 AM
The Guardian/The observer broken recipe ? wingmongyee Recipes 6 07-08-2011 10:38 PM


All times are GMT -4. The time now is 04:02 AM.


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