mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 03:33:15 +02:00
...
This commit is contained in:
parent
6bae2473a0
commit
2c3ffd8dc3
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class AppleDaily(BasicNewsRecipe):
|
|||
remove_tags = [dict(name='div', attrs={'class': 'prev-next-btn'}),
|
||||
dict(name='p', attrs={'class': 'next'}),
|
||||
dict(name='meta'),
|
||||
dict(name='link')]]
|
||||
dict(name='link')]
|
||||
|
||||
def get_dtlocal(self):
|
||||
dt_utc = datetime.datetime.utcnow()
|
||||
|
|
|
|||
Loading…
Reference in a new issue