コード例 #1
0
 def __init__(self):
     self.danmu = Danmu()
     self.log = Log('Danmu Service')
     self.command = _Operation()
     self.command_map = {
         '点歌': self.command.order_song,
         'Nami': ''
     }
コード例 #2
0
 def __init__(self):
     self.danmu = Danmu()
     self.musicDownloader = NeteaseMusic()
     self.log = Log('Danmu Service')
     self.commandMap = {
         '点歌': 'selectSongAction',
         'id': 'selectSongByIdAction'
     }
     pass
コード例 #3
0
 def __init__(self):
     self.danmu = Danmu()
     self.config = Config()
     self.neteaseMusic = NeteaseMusic()
     self.log = Log('Danmu Service')
     self.commandMap = {
         '点歌=': 'selectSongAction',
         'id=': 'selectSongByIdAction',
         'mv=': 'selectMvByIdAction',
         '切歌': 'DebugAction'
     }
     pass
コード例 #4
0
 def __init__(self):
     self.danmu = Danmu()
     self.log = Log('Media Service')
     self.config = Config()
コード例 #5
0
 def __init__(self):
     self.danmu = Danmu()
     self.log = Log('Danmu Service')
     self.downloader = NeteaseMusic()
コード例 #6
0
 def __init__(self):
     self.danmu = Danmu()
     self.log = Log('Download Service')
     self.musicDownloader = NeteaseMusic()
     self.kuwoDownloader = KuwoDownloader()
コード例 #7
0
 def __init__(self):
     self.danmu = Danmu()
     self.ass = AssMaker()
     self.log = Log('Download Service')
     self.neteaseMusic = NeteaseMusic()