OPDS Publisher Indexing

This commit is contained in:
DarkSir23 2017-11-01 11:58:51 -04:00 committed by evilhero
parent 743955c16b
commit 1da79a4515
1 changed files with 0 additions and 2 deletions

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'])