From bbdb0e4e69c3ca0373b9453434d5297df054b405 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Fri, 16 Dec 2022 18:17:57 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9BFormat=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_app.py b/web_app.py index bfc51cc..ac5e63d 100644 --- a/web_app.py +++ b/web_app.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- # @Author: https://github.com/Evil0ctal/ # @Time: 2021/11/06 -# @Update: 2022/11/09 +# @Update: 2022/12/16 # @Function: # 用于在线批量解析Douyin/TikTok的无水印视频/图集。 # 基于 PyWebIO,将scraper.py返回的内容显示在网页上。 @@ -12,13 +12,13 @@ import os import re import time +from scraper import Scraper from pywebio import * from pywebio import config as pywebio_config from pywebio.input import * from pywebio.output import * from pywebio.session import info as session_info, run_asyncio_coroutine -from scraper import Scraper config = configparser.ConfigParser() config.read('config.ini', encoding='utf-8')