mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
prevent adding duplicate articles
This commit is contained in:
parent
110e5db70c
commit
8a9d2cf59e
@ -13,6 +13,7 @@ class Cumhuriyet(BasicNewsRecipe):
|
|||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
timefmt = ' [%d %b %Y]'
|
timefmt = ' [%d %b %Y]'
|
||||||
|
ignore_duplicate_articles = {'title', 'url'}
|
||||||
|
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(name='h1', attrs={'class': 'baslik'}),
|
dict(name='h1', attrs={'class': 'baslik'}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user