Quote:
remove_tags = [dict(name='div', attrs={'class': 'success_screen poll_withoutLogin hide'})]
|
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']
i didnt know we had working recipe for ToI and it ranks 60 in usage
https://calibre-ebook.com/dynamic/recipe-usage (Are these stats up-to-date?)
LiveMint
why not use same img everyday for livemint.
Quote:
masthead_url = 'https://images.livemint.com/static/livemint-logo-v1.svg'
cover_url = 'https://epsfs.hindustantimes.com/MINT/2022/04/06/Delhi/Delhi/5_01/9376f23b_01_mr.jpg'
|