mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
c813032e05
commit
b286096f72
@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
@ -7,6 +7,7 @@ class BasicUserRecipe1318619728(BasicNewsRecipe):
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
auto_cleanup = True
|
||||
language = 'fr'
|
||||
|
||||
feeds = [(u'Korben', u'http://feeds2.feedburner.com/KorbensBlog-UpgradeYourMind')]
|
||||
|
||||
|
@ -7,7 +7,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
||||
class Ugeskriftet(BasicNewsRecipe):
|
||||
title = 'Ugeskriftet'
|
||||
description = 'Ugeskriftet for læger'
|
||||
language = 'dan'
|
||||
language = 'da'
|
||||
__author__ = 'https://github.com/morusn'
|
||||
oldest_article = 7
|
||||
publication_type = 'magazine'
|
||||
|
Loading…
x
Reference in New Issue
Block a user