parent
293e7db2d0
commit
6cd97ab3da
@ -248,7 +248,7 @@ class DanmakuDumper(
|
|||||||
text = f'{msg.uname}: {msg.text}'
|
text = f'{msg.uname}: {msg.text}'
|
||||||
else:
|
else:
|
||||||
text = msg.text
|
text = msg.text
|
||||||
text = html.escape(text)
|
text = html.escape(text, quote=False)
|
||||||
|
|
||||||
return Danmu(
|
return Danmu(
|
||||||
stime=self._calc_stime(msg.date / 1000),
|
stime=self._calc_stime(msg.date / 1000),
|
||||||
|
Loading…
Reference in New Issue
Block a user