mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix Times of India recipe
This commit is contained in:
parent
b3e77bac61
commit
4881958675
@ -8,9 +8,10 @@ class TimesOfIndia(BasicNewsRecipe):
|
|||||||
max_articles_per_feed = 25
|
max_articles_per_feed = 25
|
||||||
|
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
keep_only_tags = [dict(attrs={'class':'prttabl'})]
|
keep_only_tags = [dict(attrs={'class':'maintable12'})]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(style=lambda x: x and 'float' in x)
|
dict(style=lambda x: x and 'float' in x),
|
||||||
|
dict(attrs={'class':'prvnxtbg'}),
|
||||||
]
|
]
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user