From 6f845e6377efb578e0ab3c0daf98399f90a272f3 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 6 May 2025 16:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BE=8E=E5=9B=BE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD=E8=B7=AF=E5=BE=84=E3=80=82=E5=86=99?= =?UTF-8?q?=E5=85=A5=E5=88=B0=E5=85=B1=E4=BA=AB=E7=9B=AE=E5=BD=95=E9=87=8C?= =?UTF-8?q?=E9=9D=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiuren/meitu_dl.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/xiuren/meitu_dl.py b/xiuren/meitu_dl.py index 79bbed9..f9b3972 100644 --- a/xiuren/meitu_dl.py +++ b/xiuren/meitu_dl.py @@ -16,7 +16,7 @@ headers = { } seen_posts = set() -download_root = "xiuren" # 全局定义下载根目录 +download_root = "/mnt/nfs_share" # 全局定义下载根目录 download_root_heisi = 'xiuren/heisi' @@ -171,9 +171,6 @@ def meitu_dowload_pub_pic(): meitu_dowload_pic(download_root, "https://www.mntuce.com/") -def meitu_dowload_heisi_pic(): - meitu_dowload_pic(download_root_heisi, "https://www.mntuce.com/tag/%e4%b8%9d%e7%a4%be") - if __name__ == "__main__": - meitu_dowload_heisi_pic() + meitu_dowload_pub_pic()