mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
681e9ba5d0
commit
6f446d11cf
@ -7,11 +7,14 @@ class TVXS(BasicNewsRecipe):
|
|||||||
__author__ = 'hargikas'
|
__author__ = 'hargikas'
|
||||||
description = 'News from Greece'
|
description = 'News from Greece'
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
oldest_article = 100
|
oldest_article = 3
|
||||||
|
simultaneous_downloads = 1
|
||||||
publisher = 'TVXS'
|
publisher = 'TVXS'
|
||||||
category = 'news, GR'
|
category = 'news, GR'
|
||||||
language = 'el'
|
language = 'el'
|
||||||
encoding = None
|
encoding = None
|
||||||
|
use_embedded_content = False
|
||||||
|
remove_empty_feeds = True
|
||||||
#conversion_options = { 'linearize_tables': True}
|
#conversion_options = { 'linearize_tables': True}
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
remove_tags_before = dict(name='h1',attrs={'class':'print-title'})
|
remove_tags_before = dict(name='h1',attrs={'class':'print-title'})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user