View Single Post
Old 04-06-2022, 11:09 AM   #6
unkn0wn
Guru
unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.unkn0wn understands the Henderson-Hasselbalch Equation.
 
Posts: 633
Karma: 85520
Join Date: May 2021
Device: kindle
Times of india

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'

Last edited by unkn0wn; 04-06-2022 at 11:56 AM.
unkn0wn is offline   Reply With Quote