The website kiosko.net has covers for most of the important periodicals out there, including Time.
This code, adapted from a post by user
miwie, will give you the current cover for Time if you run the recipe either on Sunday or Monday:
Code:
from time import strftime
...
def get_cover_url(self):
return 'http://img.kiosko.net/' + strftime("%Y/%m/%d") + '/us/time.750.jpg'
http://en.kiosko.net/us/np/time.html
http://img.kiosko.net/2012/02/13/us/time.750.jpg