mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
pep8
This commit is contained in:
parent
0c2e584993
commit
74a59d04ad
@ -2,7 +2,6 @@
|
||||
# vim:fileencoding=utf-8
|
||||
# License: GPLv3 Copyright: 2023, Joel Davies <joeld.dev at gmail.com>
|
||||
|
||||
from __future__ import unicode_literals, division, absolute_import, print_function
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class DRNyheder(BasicNewsRecipe):
|
||||
@ -120,7 +119,9 @@ class DRNyheder(BasicNewsRecipe):
|
||||
|
||||
remove_tags = [
|
||||
dict(name='ol', attrs={'class': 'hydra-latest-news-page__list'}),
|
||||
dict(name='div', attrs={'class': ['hydra-latest-news-page-short-news__share', 'hydra-latest-news-page-short-news__a11y-container', 'hydra-latest-news-page-short-news__meta', 'hydra-latest-news-page-short-news__image-slider', 'dre-byline__dates']}),
|
||||
dict(name='div', attrs={'class': [
|
||||
'hydra-latest-news-page-short-news__share', 'hydra-latest-news-page-short-news__a11y-container',
|
||||
'hydra-latest-news-page-short-news__meta', 'hydra-latest-news-page-short-news__image-slider', 'dre-byline__dates']}),
|
||||
dict(name="source"),
|
||||
#dict(name='menu', attrs={'class': 'share'}),
|
||||
#dict(name='menu', attrs={'class': 'dr-site-share-horizontal'}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user