mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
19163e55ca
commit
06da776264
@ -65,6 +65,9 @@ class TheAtlantic(BasicNewsRecipe):
|
|||||||
date = self.tag_to_string(byline) if byline else ''
|
date = self.tag_to_string(byline) if byline else ''
|
||||||
description = ''
|
description = ''
|
||||||
|
|
||||||
|
self.log('\tFound article:', title)
|
||||||
|
self.log('\t\t', url)
|
||||||
|
|
||||||
articles.append({
|
articles.append({
|
||||||
'title':title,
|
'title':title,
|
||||||
'date':date,
|
'date':date,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user