mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6bae2473a0
commit
2c3ffd8dc3
@ -41,7 +41,7 @@ class AppleDaily(BasicNewsRecipe):
|
|||||||
remove_tags = [dict(name='div', attrs={'class': 'prev-next-btn'}),
|
remove_tags = [dict(name='div', attrs={'class': 'prev-next-btn'}),
|
||||||
dict(name='p', attrs={'class': 'next'}),
|
dict(name='p', attrs={'class': 'next'}),
|
||||||
dict(name='meta'),
|
dict(name='meta'),
|
||||||
dict(name='link')]]
|
dict(name='link')]
|
||||||
|
|
||||||
def get_dtlocal(self):
|
def get_dtlocal(self):
|
||||||
dt_utc = datetime.datetime.utcnow()
|
dt_utc = datetime.datetime.utcnow()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user