mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Hinduism Today by Vishwas Vasuki
Fixes #1971934 [hinduism today recipe](https://bugs.launchpad.net/calibre/+bug/1971934)
This commit is contained in:
parent
cd64872a44
commit
ab8a91dc55
15
recipes/hinduism_today.recipe
Normal file
15
recipes/hinduism_today.recipe
Normal file
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=utf-8
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class HinduismToday(BasicNewsRecipe):
|
||||
title = 'Hinduism Today'
|
||||
__author__ = 'Vishvas Vasuki'
|
||||
language = 'en_IN'
|
||||
oldest_article = 95
|
||||
max_articles_per_feed = 100
|
||||
auto_cleanup = True
|
||||
feeds = [
|
||||
('Main', 'https://www.hinduismtoday.com/feed/'),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user