Untitled

 avatar
unknown
python
2 years ago
169 B
4
Indexable
import wget

for i in range(1, 107):
    wget.download('https://www.clt-manual.com/files/mobile/' + str(i) + '.jpg?230201125056', r'c:\MaxFolder\img' + str(i) + '.jpeg')
Editor is loading...