From 893b436f3d4b45a84e1f872340939b4f23bfe1fa Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 15 Aug 2021 02:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/py/tg_channel_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/py/tg_channel_downloader.py b/Scripts/py/tg_channel_downloader.py index 073d074..d26ef03 100644 --- a/Scripts/py/tg_channel_downloader.py +++ b/Scripts/py/tg_channel_downloader.py @@ -25,7 +25,7 @@ filter_list = ['你好,欢迎加入 Quantumu', '\n'] whitelist = [] donwload_all_chat = False # 监控所有你加入的频道,收到的新消息如果包含媒体都会下载,默认关闭 filter_file_name = ['sh'] # 指定文件后缀,可以填jpg、avi、mkv、rar等。 -pip install telethon cryptg pillow aiohttp hachoir # 所需的依赖模块 +# pip install telethon cryptg pillow aiohttp hachoir # 所需的依赖模块 #***********************************************************************************# logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',