I'm afraid I dont have the time to write the code for you, for the cover, you need to use this:
Code:
def get_cover_url(self):
import time
return 'http://s.kathimerini.gr/resources/issue-cover/%s.jpg' %time.strftime('%d-%d-%Y')
The indentation for get_cover must be correct, it must be at the same level as the other members of the class.