ops
This commit is contained in:
@@ -35,7 +35,7 @@ def mainlist(item):
|
||||
@support.scrape
|
||||
def peliculas(item):
|
||||
support.info()
|
||||
debug = True
|
||||
# debug = True
|
||||
|
||||
if item.args != 'newest':
|
||||
patronBlock = r'<ul class="posts">(?P<block>.*)<\/ul>'
|
||||
|
||||
@@ -646,7 +646,6 @@ class SearchWindow(xbmcgui.WindowXMLDialog):
|
||||
elif not item.action:
|
||||
self.getControl(QUALITYTAG).setText(item.fulltitle)
|
||||
else:
|
||||
logger.debug(item)
|
||||
it = self.makeItem(item.tourl())
|
||||
other.append(it)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user