mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update divs used to identify article content
This commit is contained in:
parent
2d36740a90
commit
4bceaea751
@ -62,7 +62,8 @@ class Fokus(BasicNewsRecipe):
|
||||
# dict(name='p', class_='Meta__author'), # Author.
|
||||
# dict(name='time', class_='Meta__updated'), # Last updated.
|
||||
# Main article.
|
||||
dict(name='div', class_='mediaconnect-protected-content'),
|
||||
dict(name='div', class_='sesamy-protected-content'),
|
||||
dict(name='div', class_='wp-block-core-paragraph'),
|
||||
]
|
||||
|
||||
def get_browser(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user