2024/09: 毕业啦?本项目暂停维护
Tsinghua Cloud Disk Batch Download Assistant는 공유 파일 크기가 너무 커서 직접 다운로드할 수 없는 상황에 적합합니다. 이 스크립트는 보다 실용적인 작은 기능을 추가합니다.
Python을 미리 설치해야 하며, 설치 과정은 간략하게 설명되어 있으며, requirements.txt
파일에 종속 라이브러리는 다음과 같습니다.
pip install -r requirements.txt
플래그 | 기본 | 설명 |
---|---|---|
--링크, -l | 필수의 | Tsinghua Cloud 링크를 공유합니다. |
--save_dir, -s | ~/Desktop | 파일을 저장할 경로 기본값: 데스크탑 |
--파일, -f | 없음 | 파일 경로와 일치하는 정규식: 기본값: 모든 파일을 다운로드합니다. |
python thu_cloud_download.py
-l https://cloud.tsinghua.edu.cn/d/1234567890/
-s " /PATH/TO/SAVE "
-f " *.pptx? " (regex, 正则表达式)
--file, -f 매개변수는 UNIX 쉘 스타일 패턴 문자열을 지원하고 다음 와일드카드 문자를 지원합니다.
구체적인 사용법은 다음과 같습니다
# 下载链接中所有文件
python thu_cloud_download.py -l https://xxx
# 下载链接中所有的.txt文件
python thu_cloud_download.py -l https://xxx -f * .txt
# 下载链接中某个文件夹的所有文件
python thu_cloud_download.py -l https://xxx -f folder/subfolder/ *
링크에 있는 모든 txt 파일을 다운로드하세요.
>> python thu_cloud_download.py -l https://cloud.tsinghua.edu.cn/d/b9aca92417f04166acdc/ -f *.pcd
2023-12-18 21:15:11,853 - INFO - Share key: b9aca92417f04166acdc
2023-12-18 21:15:12,811 - INFO - Searching for files to be downloaded, Wait a moment...
=======================================================
Last Modified Time File Size File Path
-------------------------------------------------------
2022-06-27T19:30:21+08:00 53324648 /cam3.pcd
2022-06-27T19:30:28+08:00 52693930 /cam4.pcd
2022-06-27T19:30:35+08:00 52672991 /cam5.pcd
2022-06-27T19:30:42+08:00 52774114 /cam6.pcd
-------------------------------------------------------
2023-12-18 21:15:14,449 - INFO - # Files: 4. Total size: 201.7 MB.
Start downloading? [y/n]y
2023-12-18 21:15:25,671 - INFO - Root directory name: livoxscan_20220626
[4/4]: 100%|███████████████████████████████| 202M/202M [00:33<00:00, 6.26MiB/s]
2023-12-18 21:15:59,479 - INFO - Download finished.