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