From 5ff663e288c61a9bee8f33eaf6ce5667ad37a4fe Mon Sep 17 00:00:00 2001 From: projectdx Date: Mon, 24 Oct 2022 00:49:35 +0900 Subject: [PATCH] anilife update 2022.10.23(01.) --- logic_anilife.py | 2 + .../anime_downloader_anilife_request.html | 732 +++++++++++------- 2 files changed, 438 insertions(+), 296 deletions(-) diff --git a/logic_anilife.py b/logic_anilife.py index 5f53839..ac0eff4 100644 --- a/logic_anilife.py +++ b/logic_anilife.py @@ -603,6 +603,8 @@ class LogicAniLife(LogicModuleBase): options.add_argument("start-maximized") options.add_argument("--headless") options.add_argument("--no-sandbox") + options.add_argument("window-size=1920x1080") + options.add_argument("disable-gpu") # options.add_argument('--no-sandbox') options.add_argument("--disable-dev-shm-usage") options.add_experimental_option("excludeSwitches", ["enable-automation"]) diff --git a/templates/anime_downloader_anilife_request.html b/templates/anime_downloader_anilife_request.html index 9ac7529..f0aff4f 100644 --- a/templates/anime_downloader_anilife_request.html +++ b/templates/anime_downloader_anilife_request.html @@ -1,368 +1,508 @@ {% extends "base.html" %} {% block content %} +
-
- {{ macros.setting_input_text_and_buttons('code', '작품 Code', - [['analysis_btn', '분석'], ['go_anilife_btn', 'Go 애니라이프']], desc='예) - "https://anilife.live/g/l?id=f6e83ec6-bd25-4d6c-9428-c10522687604" 이나 "f6e83ec6-bd25-4d6c-9428-c10522687604"') }} -
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ macros.setting_input_text_and_buttons('code', '작품 Code', + [['analysis_btn', '분석'], ['go_anilife_btn', 'Go 애니라이프']], desc='예) + "https://anilife.live/g/l?id=f6e83ec6-bd25-4d6c-9428-c10522687604" 이나 "f6e83ec6-bd25-4d6c-9428-c10522687604"') + }} +
+
+
+
{% endblock %}