1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-09 13:24:53 +00:00

OPDS Publisher Indexing

This commit is contained in:
DarkSir23 2017-11-01 11:58:51 -04:00 committed by evilhero
parent 743955c16b
commit 1da79a4515

View file

@ -163,7 +163,6 @@ class OPDS(object):
return
def _Publishers(self, **kwargs):
hp = HTMLParser.HTMLParser()
index = 0
if 'index' in kwargs:
index = int(kwargs['index'])
@ -208,7 +207,6 @@ class OPDS(object):
return
def _Publisher(self, **kwargs):
hp = HTMLParser.HTMLParser()
index = 0
if 'index' in kwargs:
index = int(kwargs['index'])