Private GIT

Skip to content
Snippets Groups Projects
Commit a37b7c76 authored by raver2046's avatar raver2046
Browse files

Added debug info for xhtor getnzb...

Attention le moteur de recherche xthor n'est pas précis.
parent 1fd2e67b
Branches
Tags
No related merge requests found
...@@ -192,6 +192,7 @@ class XTHORSearchResult: ...@@ -192,6 +192,7 @@ class XTHORSearchResult:
self.audio_langs=audio_langs self.audio_langs=audio_langs
def getNZB(self): def getNZB(self):
logger.log(u"XTHOR GETNZB URL : " + self.url, logger.DEBUG)
return self.opener.open( self.url , 'wb').read() return self.opener.open( self.url , 'wb').read()
def getQuality(self): def getQuality(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment