mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 20:16:32 +01:00
...
This commit is contained in:
parent
19163e55ca
commit
06da776264
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ def parse_index(self):
|
|||
date = self.tag_to_string(byline) if byline else ''
|
||||
description = ''
|
||||
|
||||
self.log('\tFound article:', title)
|
||||
self.log('\t\t', url)
|
||||
|
||||
articles.append({
|
||||
'title':title,
|
||||
'date':date,
|
||||
|
|
|
|||
Loading…
Reference in a new issue