mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Carta
This commit is contained in:
parent
f1a3bc8b2e
commit
38a4942a6e
@ -12,7 +12,7 @@ class Carta(BasicNewsRecipe):
|
|||||||
|
|
||||||
title = u'Carta'
|
title = u'Carta'
|
||||||
description = 'News about electronic publishing'
|
description = 'News about electronic publishing'
|
||||||
__author__ = 'Oliver Niesner'
|
__author__ = 'Oliver Niesner' # AGe Update 2013-10-13
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
timefmt = ' [%a %d %b %Y]'
|
timefmt = ' [%a %d %b %Y]'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
@ -25,7 +25,7 @@ class Carta(BasicNewsRecipe):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
remove_tags_after = [dict(name='p', attrs={'class':'tags-blog'})]
|
remove_tags_after = [dict(name='div', attrs={'id':'BlogContent'})] # AGe
|
||||||
|
|
||||||
remove_tags = [dict(name='p', attrs={'class':'print'}),
|
remove_tags = [dict(name='p', attrs={'class':'print'}),
|
||||||
dict(name='p', attrs={'class':'tags-blog'}),
|
dict(name='p', attrs={'class':'tags-blog'}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user