mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-19' of https://github.com/Sophist-UK/calibre
This commit is contained in:
commit
a3b42042aa
@ -11,9 +11,11 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
|||||||
class HighCountryNews(BasicNewsRecipe):
|
class HighCountryNews(BasicNewsRecipe):
|
||||||
##
|
##
|
||||||
# Written: 2012-01-28
|
# Written: 2012-01-28
|
||||||
# Last Edited: 2022-08-17
|
# Last Edited: 2023-06-30
|
||||||
#
|
#
|
||||||
# Remark: Version 2.2
|
# Remark: Version 2.3
|
||||||
|
# Update language to fix how it appears in UI tree
|
||||||
|
# Version 2.2
|
||||||
# Update RSS feeds to hcn.org and keep the old feedburner feeds still in place
|
# Update RSS feeds to hcn.org and keep the old feedburner feeds still in place
|
||||||
# as there are some old articles available only at feedburner adress
|
# as there are some old articles available only at feedburner adress
|
||||||
# 2019-07-04
|
# 2019-07-04
|
||||||
@ -39,7 +41,7 @@ class HighCountryNews(BasicNewsRecipe):
|
|||||||
publisher = 'High Country News'
|
publisher = 'High Country News'
|
||||||
category = 'News, Politics, Social, Nature, Environmental, Western United States, Native American'
|
category = 'News, Politics, Social, Nature, Environmental, Western United States, Native American'
|
||||||
timefmt = ' [%a, %d %b %Y]'
|
timefmt = ' [%a, %d %b %Y]'
|
||||||
language = 'en-Us'
|
language = 'en'
|
||||||
encoding = 'UTF-8'
|
encoding = 'UTF-8'
|
||||||
publication_type = 'newspaper'
|
publication_type = 'newspaper'
|
||||||
oldest_article = 30
|
oldest_article = 30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user