mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
The MIT Press Reader by yodha8
This commit is contained in:
commit
cd64872a44
19
recipes/TheMITPressReader.recipe
Normal file
19
recipes/TheMITPressReader.recipe
Normal file
@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=utf-8
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class TheMITPressReader(BasicNewsRecipe):
|
||||
title = "The MIT Press Reader"
|
||||
__author__ = 'yodha8'
|
||||
language = 'en'
|
||||
description = ("Thought-provoking excerpts, interviews and essays backed by academic rigor written by MIT Press authors."
|
||||
" This recipe pulls articles from the past 7 days.")
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
auto_cleanup = True
|
||||
|
||||
feeds = [
|
||||
('The MIT Press Reader', 'https://thereader.mitpress.mit.edu/feed/'),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user