Quote Originally Posted by Cobblemaniac View Post
Ah, no wonder it looks like it takes forever. I managed to catch some of the lines that were listed in the cmd.exe window that mentions "insecure request warning" when downloading certain files. Are those of concern?
I actually have those messages disabled. When you add the following below the the line that starts with import ... right at the start in 2_download_assets.py they get disabled

from requests.packages.urllib3.exceptions import InsecureRequestWarning

requests.packages.urllib3.disable_warnings(Insecur eRequestWarning)