mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update How To Geek
This commit is contained in:
parent
91be3ebc2d
commit
5f8eb3ce73
@ -13,14 +13,16 @@ class AdvancedUserRecipe1282101454(BasicNewsRecipe):
|
||||
linearize_tables = True
|
||||
no_stylesheets = True
|
||||
remove_javascript = True
|
||||
use_embedded_content = False
|
||||
|
||||
keep_only_tags = [
|
||||
dict(id='main')
|
||||
]
|
||||
remove_tags_after = dict(classes='affiliate-disclosure')
|
||||
remove_tags = [
|
||||
dict(name='a', attrs={'target': ['_blank']}),
|
||||
dict(name='table', attrs={'id': ['articleTable']}),
|
||||
dict(name='div', attrs={'class': ['feedflare', 'article-share-widgets']}),
|
||||
dict(name='div', attrs={'class': ['feedflare', 'article-share-widgets', 'related-articles', 'comments']}),
|
||||
]
|
||||
|
||||
feeds = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user