mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
c95cf4f9e5
commit
1c49bb603d
@ -7,6 +7,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
||||
class CACM(BasicNewsRecipe):
|
||||
title = "ACM CACM Magazine"
|
||||
description = "Published on day 1 of every month."
|
||||
language = 'en'
|
||||
oldest_article = 30
|
||||
max_articles_per_feed = 100
|
||||
auto_cleanup = True
|
||||
|
@ -7,7 +7,7 @@ class EpochTimes(BasicNewsRecipe):
|
||||
title = 'The Epoch Times'
|
||||
__author__ = 'Kovid Goyal'
|
||||
description = 'US general news'
|
||||
lang = 'en_US'
|
||||
language = 'en_US'
|
||||
encoding = 'utf-8'
|
||||
oldest_article = 2
|
||||
max_articles_per_feed = 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user