This commit is contained in:
Kovid Goyal 2011-09-18 23:31:52 -06:00
parent 9d4132038a
commit 94af5388e1

View File

@ -154,6 +154,7 @@ class BasicNewsRecipe(Recipe):
#: auto_cleanup_keep = '//div[@id="article-image"]|//span[@class="important"]'
#: will keep all divs with id="article-image" and spans
#: with class="important"
#:
auto_cleanup_keep = None
#: Specify any extra :term:`CSS` that should be addded to downloaded :term:`HTML` files