mirror of
https://github.com/evilhero/mylar
synced 2024-12-28 02:26:58 +00:00
OPDS Publisher Indexing
This commit is contained in:
parent
47b9d47216
commit
bf3442fad3
1 changed files with 1 additions and 2 deletions
|
@ -222,8 +222,7 @@ class OPDS(object):
|
||||||
links.append(getLink(href='/opds',type='application/atom+xml; profile=opds-catalog; kind=navigation', rel='start', title='Home'))
|
links.append(getLink(href='/opds',type='application/atom+xml; profile=opds-catalog; kind=navigation', rel='start', title='Home'))
|
||||||
links.append(getLink(href='/opds?cmd=Publishers',type='application/atom+xml; profile=opds-catalog; kind=navigation',rel='self'))
|
links.append(getLink(href='/opds?cmd=Publishers',type='application/atom+xml; profile=opds-catalog; kind=navigation',rel='self'))
|
||||||
allcomics = mylar.helpers.havetotals()
|
allcomics = mylar.helpers.havetotals()
|
||||||
comics =[]
|
for comic in allcomics:
|
||||||
for comic in comics:
|
|
||||||
if quote_plus(comic['ComicPublisher']) == kwargs['pubid'] and comic['haveissues'] > 0:
|
if quote_plus(comic['ComicPublisher']) == kwargs['pubid'] and comic['haveissues'] > 0:
|
||||||
entries.append(
|
entries.append(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue