mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
29e5331a46
commit
7756b8b753
@ -13,14 +13,14 @@ class BaltimoreSun(BasicNewsRecipe):
|
|||||||
__author__ = 'Josh Hall'
|
__author__ = 'Josh Hall'
|
||||||
description = 'Complete local news and blogs from Baltimore'
|
description = 'Complete local news and blogs from Baltimore'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
version = 2.4
|
version = 2.5
|
||||||
oldest_article = 1.5
|
oldest_article = 1
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
remove_empty_feeds= True
|
remove_empty_feeds= True
|
||||||
recursions = 3
|
recursions = 1
|
||||||
|
|
||||||
ignore_duplicate_articles = {'title'}
|
ignore_duplicate_articles = {'title'}
|
||||||
keep_only_tags = [dict(name='div', attrs={'class':["story","entry-asset asset hentry"]}),
|
keep_only_tags = [dict(name='div', attrs={'class':["story","entry-asset asset hentry"]}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user