From f387b82360b1d749cea7edf8575e37692491a460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A6=E5=8F=B7?= <45907909+zhanghao333@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:40:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtwitch=E6=9C=80?= =?UTF-8?q?=E9=AB=98=E5=8F=AA=E8=83=BD=E8=8E=B7=E5=8F=96720p=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#682)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- douyinliverecorder/spider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/douyinliverecorder/spider.py b/douyinliverecorder/spider.py index 997e4f4..e843be2 100644 --- a/douyinliverecorder/spider.py +++ b/douyinliverecorder/spider.py @@ -2041,7 +2041,7 @@ def get_twitchtv_stream_data(url: str, proxy_addr: Union[str, None] = None, cook play_session_id = random.choice(["bdd22331a986c7f1073628f2fc5b19da", "064bc3ff1722b6f53b0b5b8c01e46ca5"]) params = { "acmb": "e30=", - "allow_sourc": "true", + "allow_source": "true", "browser_family": "firefox", "browser_version": "124.0", "cdm": "wv",