Add missing language for some recipes

This commit is contained in:
Kovid Goyal 2016-09-29 21:28:03 +05:30
parent 3a65be0971
commit 74b0cfbaf1
4 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class AdvancedUserRecipe1390132023(BasicNewsRecipe):
# 27.6.15 using feed43 as rss feeds dead # 27.6.15 using feed43 as rss feeds dead
# feed 43 string = <div {*}<a href="{%}"{*}<h4>{%}</h4> # feed 43 string = <div {*}<a href="{%}"{*}<h4>{%}</h4>
oldest_article = 1.5 oldest_article = 1.5
language = 'en_GB'
max_articles_per_feed = 10 max_articles_per_feed = 10
compress_news_images = True compress_news_images = True
compress_news_images_max_size = 20 compress_news_images_max_size = 20

View File

@ -5,6 +5,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
class Hvidovre_Avis_dk(BasicNewsRecipe): class Hvidovre_Avis_dk(BasicNewsRecipe):
title = 'Hvidovre avis' title = 'Hvidovre avis'
language = 'da'
oldest_article = 7 oldest_article = 7
max_articles_per_feed = 50 max_articles_per_feed = 50
auto_cleanup = True auto_cleanup = True

View File

@ -9,6 +9,7 @@ Ingeniøren.dk
class Ing_dk(BasicNewsRecipe): class Ing_dk(BasicNewsRecipe):
__author__ = 'CoderAllan.github.com' __author__ = 'CoderAllan.github.com'
title = 'Ingeniøren' title = 'Ingeniøren'
language = 'da'
description = 'Nyheder om teknologi og naturvidenskab for fagfolk og interesserede; artikler, blogs, debat, infografik, video.' description = 'Nyheder om teknologi og naturvidenskab for fagfolk og interesserede; artikler, blogs, debat, infografik, video.'
category = 'newspaper, news, localnews, sport, culture, Denmark' category = 'newspaper, news, localnews, sport, culture, Denmark'
oldest_article = 7 oldest_article = 7

View File

@ -5,6 +5,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
class KristeligtDagblad(BasicNewsRecipe): class KristeligtDagblad(BasicNewsRecipe):
title = 'Kristeligt Dagblad' title = 'Kristeligt Dagblad'
language = 'da'
oldest_article = 7 oldest_article = 7
max_articles_per_feed = 50 max_articles_per_feed = 50
auto_cleanup = True auto_cleanup = True