mirror of
https://github.com/evilhero/mylar
synced 2025-02-02 04:21:43 +00:00
OPDS Publisher Indexing
This commit is contained in:
parent
ca87170e95
commit
8c76a8d8be
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class OPDS(object):
|
||||||
'id': 'publisher:%s' % publisher['ComicPublisher'],
|
'id': 'publisher:%s' % publisher['ComicPublisher'],
|
||||||
'updated': mylar.helpers.now(),
|
'updated': mylar.helpers.now(),
|
||||||
'content': publisher['ComicPublisher'],
|
'content': publisher['ComicPublisher'],
|
||||||
'href': '/opds?cmd=Publisher&id=%s' % quote_plus(publisher['ComicPublisher']),
|
'href': '/opds?cmd=Publisher&pubid=%s' % quote_plus(publisher['ComicPublisher']),
|
||||||
'kind': 'navigation',
|
'kind': 'navigation',
|
||||||
'rel': 'subsection',
|
'rel': 'subsection',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue