From 3f9e86e2c6abf64d26ebe43a9d9897d0039782c3 Mon Sep 17 00:00:00 2001 From: rany Date: Tue, 11 May 2021 14:23:36 +0300 Subject: [PATCH] quoteattr adds " which interfers with TTS --- edge-tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edge-tts.py b/edge-tts.py index a6b6019..4f09b9f 100755 --- a/edge-tts.py +++ b/edge-tts.py @@ -7,7 +7,7 @@ import argparse import urllib.request import websocket # pip install websocket-client from email.utils import formatdate -from xml.sax.saxutils import quoteattr as escape +from xml.sax.saxutils import escape try: import thread except ImportError: