mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Live Science by yodha8
Merge branch 'master' of https://github.com/yodha8/calibre
This commit is contained in:
commit
9089f28be3
18
recipes/livescience.recipe
Normal file
18
recipes/livescience.recipe
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class LiveScience(BasicNewsRecipe):
|
||||||
|
title = "Live Science"
|
||||||
|
description = "For the science geek in everyone! Stories on the latest findings from science journals and institutions. Sourced from livescience.com"
|
||||||
|
__author__ = 'yodha8'
|
||||||
|
language = 'en'
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('Live Science All Articles', 'https://www.livescience.com/feeds/all'),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user