mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 21:33:42 +00:00
OPDS Comics and Issues
This commit is contained in:
parent
f9b1236215
commit
bc8eb58e70
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ class OPDS(object):
|
||||||
'id': escape('comic:%s - %s' % (issue['ComicName'], issue['Issue_Number'])),
|
'id': escape('comic:%s - %s' % (issue['ComicName'], issue['Issue_Number'])),
|
||||||
'updated': updated,
|
'updated': updated,
|
||||||
'content': escape('%s' % (metainfo[0]['summary'])),
|
'content': escape('%s' % (metainfo[0]['summary'])),
|
||||||
'href': '/opds?cmd=Issue&issueid=%s&file=%s' % quote_plus(issue['IssueID'],quote_plus(issue['Location'])),
|
'href': '/opds?cmd=Issue&issueid=%s&file=%s' % (quote_plus(issue['IssueID']),quote_plus(issue['Location'])),
|
||||||
'kind': 'acquisition',
|
'kind': 'acquisition',
|
||||||
'rel': 'file',
|
'rel': 'file',
|
||||||
'author': metainfo[0]['writer'],
|
'author': metainfo[0]['writer'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue