1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-27 10:06:52 +00:00

OPDS Publishers Part 1 (testing)

This commit is contained in:
DarkSir23 2017-10-31 23:24:32 -04:00 committed by evilhero
parent becdf1f162
commit 81df32f7fa

View file

@ -179,10 +179,10 @@ class OPDS(object):
entries.append(
{
'title': publisher,
'id': 'publisher:%s' % publisher,
'id': 'publisher:%s' % publisher['ComicPublisher'],
'updated': mylar.helpers.now(),
'content': publisher,
'href': '/opds?cmd=Publisher&id=%s' % quote_plus(publisher),
'content': publisher['ComicPublisher'],
'href': '/opds?cmd=Publisher&id=%s' % quote_plus(publisher['ComicPublisher']),
'kind': 'navigation',
}
)