Code:
def get_cover_url(self):
soup = self.index_to_soup('https://www.magzter.com/IN/Bennett-Coleman-and-Company-Limited/The-Times-of-India-Delhi/Newspaper/')
for citem in soup.findAll('meta', content=lambda s: s and s.endswith('view/3.jpg')):
return citem['content']
uhh.. you missed to add this cover url part to TOI.
its just that fetching the daily front page as cover makes it much more interesting.. sorry i kept asking you to make so many changes..