File under WGet download directory

Wget downloads all the contents under a certain folder in Tsinghua Source
Website: https://mirrors.tuna.tsinghua.edu.cn/hugging-face-models/hfl/chinese-roberta-wwm-ext/

wget -r -np -nH -R index.html --limit-rate=2M https://mirrors.tuna.tsinghua.edu.cn/hugging-face-models/hfl/chinese-roberta-wwm-ext/

-r: Traverse all subdirectories -NP: less than the previous level of subdirectories to -nh: Do not save files to the hostname folder -r index.html: do not download index.html files –limit-rate: is the speed limit
Results:

Read More: