mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 13:24:53 +00:00
OPDS Publisher Indexing
This commit is contained in:
parent
743955c16b
commit
1da79a4515
1 changed files with 0 additions and 2 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Reference in a new issue