mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
92b0f3e78d
commit
8537ba6de2
@ -44,6 +44,9 @@ class IndiaToday(BasicNewsRecipe):
|
||||
dict(name='div', attrs={'amp-access':'NOT granted'})
|
||||
]
|
||||
|
||||
def preprocess_raw_html(self, raw_html, url):
|
||||
return raw_html.replace('—', '--')
|
||||
|
||||
def get_cover_url(self):
|
||||
soup = self.index_to_soup(
|
||||
'https://www.readwhere.com/magazine/the-india-today-group/India-Today/1154'
|
||||
|
Loading…
x
Reference in New Issue
Block a user