Various Indian News sources by Vishvas Vasuki

Clean up the recipes a little.
This commit is contained in:
Kovid Goyal 2021-10-04 10:18:41 +05:30
parent d17c88ac9b
commit 05a327688c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
5 changed files with 20 additions and 5 deletions

View File

@ -8,8 +8,11 @@ def classes(classes):
return dict(
attrs={'class': lambda x: x and frozenset(x.split()).intersection(q)})
class HinduHumanRights(BasicNewsRecipe):
title = 'Hindu Human Rights'
__author__ = 'Vishvas Vasuki'
language = 'en_IN'
oldest_article = 30
max_articles_per_feed = 100
auto_cleanup = True

View File

@ -8,8 +8,11 @@ def classes(classes):
return dict(
attrs={'class': lambda x: x and frozenset(x.split()).intersection(q)})
class IndiaFacts(BasicNewsRecipe):
title = 'IndiaFacts'
__author__ = 'Vishvas Vasuki'
language = 'en_IN'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True

View File

@ -8,8 +8,11 @@ def classes(classes):
return dict(
attrs={'class': lambda x: x and frozenset(x.split()).intersection(q)})
class IndicToday(BasicNewsRecipe):
title = 'Indic Today'
__author__ = 'Vishvas Vasuki'
language = 'en_IN'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True

View File

@ -8,8 +8,11 @@ def classes(classes):
return dict(
attrs={'class': lambda x: x and frozenset(x.split()).intersection(q)})
class Pragyata(BasicNewsRecipe):
title = 'Pragyata'
__author__ = 'Vishvas Vasuki'
language = 'en_IN'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True

View File

@ -8,8 +8,11 @@ def classes(classes):
return dict(
attrs={'class': lambda x: x and frozenset(x.split()).intersection(q)})
class Prekshaa(BasicNewsRecipe):
title = 'prekshaa'
__author__ = 'Vishvas Vasuki'
language = 'en_IN'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True