in make_manifest.py [0:0]
def fix_url(url): fixed = url if not url.startswith('http'): fixed = 'https:{url}'.format(url=url) return fixed