This commit is contained in:
Kovid Goyal 2024-03-24 17:09:58 +05:30
parent 61dc642c42
commit df6b0bf2f8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -53,7 +53,7 @@ class livelaw(BasicNewsRecipe):
), ),
dict(attrs={'class':lambda x: x and 'inside-post-ad' in x}), dict(attrs={'class':lambda x: x and 'inside-post-ad' in x}),
dict(attrs={'id':[ dict(attrs={'id':[
'news_buzz_updates', 'after_tags', 'comments_before', 'comments', 'comments_after' 'news_buzz_updates', 'after_tags', 'comments_before', 'comments', 'comments_after'
]}) ]})
] ]
@ -70,8 +70,8 @@ class livelaw(BasicNewsRecipe):
index = 'https://www.livelaw.in/' index = 'https://www.livelaw.in/'
sections = [ sections = [
'top-stories', 'supreme-court', 'high-court', 'news-updates', 'consumer-cases', 'articles', 'top-stories', 'supreme-court', 'high-court', 'news-updates', 'consumer-cases', 'articles',
'lawschool', 'law-firms', 'round-ups' 'lawschool', 'law-firms', 'round-ups'
] ]
a = 'https://news.google.com/rss/search?q=when:{}h+allinurl:{}&hl=en-IN&gl=IN&ceid=IN:en' a = 'https://news.google.com/rss/search?q=when:{}h+allinurl:{}&hl=en-IN&gl=IN&ceid=IN:en'