mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 21:26:11 +01:00
Update comics.com
This commit is contained in:
parent
f44bd59b35
commit
d47ff781cb
1 changed files with 1 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ def make_links(self, url):
|
|||
title = strip_tag['title']
|
||||
print 'title: ', title
|
||||
current_articles.append({'title': title, 'url': page_url, 'description':'', 'date':''})
|
||||
current_articles.reverse()
|
||||
return current_articles
|
||||
|
||||
extra_css = '''
|
||||
|
|
|
|||
Loading…
Reference in a new issue