mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
4474a89590
commit
d5ed484703
@ -56,19 +56,22 @@ class ArsTechnica(BasicNewsRecipe):
|
|||||||
self.oldest_article = float(d)
|
self.oldest_article = float(d)
|
||||||
|
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(itemprop=['headline', 'description']),
|
dict(itemprop=['article-header', 'article-body']),
|
||||||
classes('post-meta article-guts standalone'),
|
classes('main post-meta article-guts standalone'),
|
||||||
]
|
]
|
||||||
|
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
classes('site-header video corner-info article-expander left-column related-stories'),
|
classes('xf_thread_iframe_wrapper topnav-sections nav-previous nav-next ars-gallery-caption-credit'
|
||||||
|
' ars-gallery-caption-text ars-gallery-caption-arrow font-impact sr-only author-mini-bio'
|
||||||
|
' taboola-container comments site-header site-footer video corner-info article-expander'
|
||||||
|
' left-column related-stories article-social text-settings-dropdown-story intro-image'),
|
||||||
dict(name=['object', 'link', 'embed', 'iframe', 'meta']),
|
dict(name=['object', 'link', 'embed', 'iframe', 'meta']),
|
||||||
dict(id=['social-left', 'article-footer-wrap']),
|
dict(id=['social-left', 'article-footer-wrap']),
|
||||||
dict(name='nav', attrs={'class': 'subheading'}),
|
dict(name='nav', attrs={'class': 'subheading'}),
|
||||||
]
|
]
|
||||||
remove_attributes = ['lang', 'style']
|
remove_attributes = ['lang', 'style']
|
||||||
|
|
||||||
# Feed are found here: http://arstechnica.com/rss-feeds/
|
# Feed are found here: [url]http://arstechnica.com/rss-feeds/[/url]
|
||||||
feeds = [
|
feeds = [
|
||||||
('Ars Technica', 'https://arstechnica.com/feed/'),
|
('Ars Technica', 'https://arstechnica.com/feed/'),
|
||||||
('Features', 'https://arstechnica.com/feautes/feed/'),
|
('Features', 'https://arstechnica.com/feautes/feed/'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user