mirror of https://github.com/evilhero/mylar
OPDS Publishers Part 1 (testing)
This commit is contained in:
parent
becdf1f162
commit
81df32f7fa
|
@ -179,10 +179,10 @@ class OPDS(object):
|
||||||
entries.append(
|
entries.append(
|
||||||
{
|
{
|
||||||
'title': publisher,
|
'title': publisher,
|
||||||
'id': 'publisher:%s' % publisher,
|
'id': 'publisher:%s' % publisher['ComicPublisher'],
|
||||||
'updated': mylar.helpers.now(),
|
'updated': mylar.helpers.now(),
|
||||||
'content': publisher,
|
'content': publisher['ComicPublisher'],
|
||||||
'href': '/opds?cmd=Publisher&id=%s' % quote_plus(publisher),
|
'href': '/opds?cmd=Publisher&id=%s' % quote_plus(publisher['ComicPublisher']),
|
||||||
'kind': 'navigation',
|
'kind': 'navigation',
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue