You've already forked Douyin_Web_Live
尝试大改,可读性有点差的版本,基本做到能实时处理弹幕
This commit is contained in:
6
output/DebugWriter.py
Normal file
6
output/DebugWriter.py
Normal file
@ -0,0 +1,6 @@
|
||||
from output import IOutput
|
||||
|
||||
|
||||
class DebugWriter(IOutput):
|
||||
def other_output(self, message_type: str, message_raw: bytes):
|
||||
print(message_type)
|
Reference in New Issue
Block a user