mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3bcede0352
commit
e59b97d1bc
@ -326,12 +326,15 @@ class BasicNewsRecipe(Recipe):
|
|||||||
#: Ignore duplicates of articles that are present in more than one section.
|
#: Ignore duplicates of articles that are present in more than one section.
|
||||||
#: A duplicate article is an article that has the same title and/or URL.
|
#: A duplicate article is an article that has the same title and/or URL.
|
||||||
#: To ignore articles with the same title, set this to::
|
#: To ignore articles with the same title, set this to::
|
||||||
|
#:
|
||||||
#: ignore_duplicate_articles = {'title'}
|
#: ignore_duplicate_articles = {'title'}
|
||||||
#:
|
#:
|
||||||
#: To use URLs instead, set it to::
|
#: To use URLs instead, set it to::
|
||||||
|
#:
|
||||||
#: ignore_duplicate_articles = {'url'}
|
#: ignore_duplicate_articles = {'url'}
|
||||||
#:
|
#:
|
||||||
#: To match on title or URL, set it to::
|
#: To match on title or URL, set it to::
|
||||||
|
#:
|
||||||
#: ignore_duplicate_articles = {'title', 'url'}
|
#: ignore_duplicate_articles = {'title', 'url'}
|
||||||
ignore_duplicate_articles = None
|
ignore_duplicate_articles = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user