mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-08 10:32:28 +00:00
...
This commit is contained in:
@@ -49,7 +49,7 @@ class TOIPring(BasicNewsRecipe):
|
||||
|
||||
def parse_index(self):
|
||||
url = 'https://epaper.indiatimes.com/english-news-paper-today-toi-print-edition/'
|
||||
url = 'file:///t/raw.html'
|
||||
# url = 'file:///t/raw.html'
|
||||
soup = self.index_to_soup(url)
|
||||
ans = []
|
||||
for sec in soup.find_all('section', attrs={'data-content':True}):
|
||||
|
||||
Reference in New Issue
Block a user