From 3872bd7706a4f09fefa9db3201d6f372d1a5d63d Mon Sep 17 00:00:00 2001 From: projectdx Date: Sun, 23 Oct 2022 21:24:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=90=EA=B8=B0=EC=A0=84=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC=202022.10.21(01.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic_anilife.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic_anilife.py b/logic_anilife.py index 50823e9..8d436db 100644 --- a/logic_anilife.py +++ b/logic_anilife.py @@ -1068,7 +1068,7 @@ class AniLifeQueueEntity(FfmpegQueueEntity): text = asyncio.run( LogicAniLife.get_html_playwright( url, - headless=True, + headless=False, referer=referer_url, engine="chrome", stealth=True,