diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index dabdd3547d..530f15b9ab 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -98,6 +98,10 @@ class BasicNewsRecipe(object, LoggingInterface): #: embedded content. use_embedded_content = None + #: Set to True and implement :method:`get_obfuscated_article` to handle + #: websites that try to make it difficult to scrape content. + articles_are_obfuscated = False + #: Specify any extra :term:`CSS` that should be addded to downloaded :term:`HTML` files #: It will be inserted into `