File size: 149 Bytes
54b504b
 
 
 
 
1
2
3
4
5
import requests

res = requests.get('https://www.dropbox.com/s/4j4z58wuv8o0mfz/models.zip')
with open('tmp.zip', 'wb') as f:
    f.write(res.content)