You've already forked Douyin_Web_Live
补充fansclub信息输出
This commit is contained in:
@ -31,3 +31,9 @@ class Print(IOutput):
|
||||
|
||||
def userseq_output(self, msg):
|
||||
print(f"\n{YELLOW}[+] {msg} {RESET}")
|
||||
|
||||
def control_output(self, msg):
|
||||
print(f"\n{CYAN}[+] {msg} {RESET}")
|
||||
|
||||
def fansclub_output(self, msg):
|
||||
print(f"\n{GREEN}[+] {msg} {RESET}")
|
||||
|
Reference in New Issue
Block a user