mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add recipe for Cosmos Magazine
This commit is contained in:
parent
85c1c53a53
commit
db24bf9d5d
15
recipes/cosmos.recipe
Normal file
15
recipes/cosmos.recipe
Normal file
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=utf-8
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class CosmosMagazine(BasicNewsRecipe):
|
||||
title = "Cosmos Magazine"
|
||||
description = "Cosmos is a quarterly science magazine with 4 editions a year (Mar, Jun, Sep, Dec). It is produced by The Royal Institution of Australia Inc (RiAus)."
|
||||
oldest_article = 90
|
||||
max_articles_per_feed = 100
|
||||
auto_cleanup = True
|
||||
|
||||
feeds = [
|
||||
('Cosmos', 'https://cosmosmagazine.com/feed'),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user