Lines Matching refs:url
22 self.url = asset.url
27 return "%s: %s" % (self.url, self.msg)
35 def __init__(self, url, hashsum): argument
36 self.url = url
49 self.url, self.hash, self.cache_file)
118 self.cache_file, self.url)
125 self.log.info("Downloading %s to %s...", self.url, self.cache_file)
131 with urllib.request.urlopen(self.url) as resp:
144 self.url, fsize, length)
162 self.url, e.code)
180 self.url.encode('utf8'))
194 self.log.info("Cached %s at %s" % (self.url, self.cache_file))