コード例 #1
0
 def stopDownload(self, args):
     YDStreamExtractor._cancelDownload()
コード例 #2
0
 def processCommand(self, command, args):
     if command == 'DOWNLOAD_STOP':
         YDStreamExtractor._cancelDownload()
コード例 #3
0
ファイル: service.py プロジェクト: EPiC-APOC/repository.xvbmc
 def processCommand(self, command, args):
     if command == 'DOWNLOAD_STOP':
         YDStreamExtractor._cancelDownload()