mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 13:24:53 +00:00
OPDS Comics and Issues
This commit is contained in:
parent
fdaf8bf9bc
commit
2318b6d5e0
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ class OPDS(object):
|
|||
)
|
||||
|
||||
feed = {}
|
||||
pubname = '%s (%s)' % (escape(kwargs['pubid'],len(entries)))
|
||||
pubname = '%s (%s)' % (escape(kwargs['pubid']),len(entries))
|
||||
feed['title'] = 'Mylar OPDS - %s' % (pubname)
|
||||
feed['id'] = 'publisher:%s' % escape(kwargs['pubid'])
|
||||
feed['updated'] = mylar.helpers.now()
|
||||
|
|
Loading…
Add table
Reference in a new issue