Untitled
Anonymous
python
02/06/2023 4:21 PM
228 B
24
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...