Update Dark Reading

This commit is contained in:
Kovid Goyal 2022-09-04 14:30:53 +05:30
parent d478589501
commit 0d22b5f3ef
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -16,7 +16,7 @@ class DarkReading(BasicNewsRecipe):
description = u'Dark Reading is the premier online resource helping information security professionals manage the balance between protection and access. It offers breaking news and analysis on attacks, breaches and vulnerabilities, as well as strategies for protecting enterprise data. It also offers guidance on setting risk management and compliance policies.' # noqa description = u'Dark Reading is the premier online resource helping information security professionals manage the balance between protection and access. It offers breaking news and analysis on attacks, breaches and vulnerabilities, as well as strategies for protecting enterprise data. It also offers guidance on setting risk management and compliance policies.' # noqa
oldest_article = 7 oldest_article = 7
max_articles_per_feed = 100 max_articles_per_feed = 100
keep_only_tags = [dict(id=['article-main', 'header-full'])] keep_only_tags = [dict(attrs=['article-content', 'heading'])]
masthead_url = u'http://img.deusm.com/darkreading/DR-logo.png' masthead_url = u'http://img.deusm.com/darkreading/DR-logo.png'
cover_url = u'http://img.deusm.com/darkreading/DR-logo.png' cover_url = u'http://img.deusm.com/darkreading/DR-logo.png'
remove_tags = [ remove_tags = [