mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
recipes: remove applefobia for no new content over last year
This commit is contained in:
parent
127b6e2432
commit
0a43b22aeb
@ -1,23 +0,0 @@
|
|||||||
# vim:fileencoding=UTF-8
|
|
||||||
from __future__ import unicode_literals
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
|
||||||
|
|
||||||
|
|
||||||
class BasicUserRecipe1395137685(BasicNewsRecipe):
|
|
||||||
title = u'Applefobia'
|
|
||||||
__author__ = 'koliberek'
|
|
||||||
oldest_article = 7
|
|
||||||
max_articles_per_feed = 100
|
|
||||||
auto_cleanup = True
|
|
||||||
language = 'pl'
|
|
||||||
remove_empty_feeds = True
|
|
||||||
remove_javascript = True
|
|
||||||
conversion_options = {
|
|
||||||
'tags': u'newsy, Apple, humor',
|
|
||||||
'smarten_punctuation': True,
|
|
||||||
'authors': 'Ogrodnik January',
|
|
||||||
'publisher': 'Blogspot.pl'
|
|
||||||
}
|
|
||||||
reverse_article_order = True
|
|
||||||
|
|
||||||
feeds = [(u'Aktualne', u'http://applefobia.blogspot.com/feeds/posts/default')]
|
|
Binary file not shown.
Before Width: | Height: | Size: 312 B |
Loading…
x
Reference in New Issue
Block a user