Lines Matching +full:download +full:- +full:url
36 def retrievefile(url, targetfile): argument
37 """fetch file 'url' as 'targetfile'. Return targetfile or throw."""
39 sys.stdout.write(' <%s>\nConnecting...\r' % url)
41 ConfigOpener().retrieve(url, targetfile, reporthook=reporthook)
48 print(' ** Error occurred while downloading\n <%s>' % url)
84 packedsuffix = packedfile.lower().split('.')[-1] # .zip, .tgz etc
87 # List of possible "--download=" types.
90 # Default options for --download.
94 """This function calculates the '--help' text for '--download'."""
95 return """Select which packages may be auto-downloaded.
103 …"""This function parses the options to --download and returns a set such as { icu: true }, etc. """
131 print('Warning: ignoring unknown --download= type "%s"' % anOpt)
137 …raise Exception('Internal error: "%s" is not in the --downloads list. Check nodedownload.py' % pac…
141 print("""Warning: Not downloading package "%s". You could pass "--download=all"
142 (Windows: "download-all") to try auto-downloading it.""" % package)