mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1388479 [Little typo](https://bugs.launchpad.net/calibre/+bug/1388479)
This commit is contained in:
parent
3599989af9
commit
58f9318287
@ -144,7 +144,7 @@ class BasicNewsRecipe(Recipe):
|
||||
#: manually (though manual cleanup will always be superior).
|
||||
auto_cleanup = False
|
||||
|
||||
#: Specify elements that the auto cleanup algorithm should never remove
|
||||
#: Specify elements that the auto cleanup algorithm should never remove.
|
||||
#: The syntax is a XPath expression. For example::
|
||||
#:
|
||||
#: auto_cleanup_keep = '//div[@id="article-image"]' will keep all divs with
|
||||
|
Loading…
x
Reference in New Issue
Block a user