调整美图文件下载路径。写入到共享目录里面。

This commit is contained in:
liuwei
2025-05-06 16:16:40 +08:00
parent 6f845e6377
commit 6111da93fa
3 changed files with 2 additions and 3 deletions

View File

@@ -17,8 +17,6 @@ headers = {
seen_posts = set()
download_root = "/mnt/nfs_share" # 全局定义下载根目录
download_root_heisi = 'xiuren/heisi'
def fetch_posts(base_url,dl_path, posts_per_batch=10):
posts = []