infoq-downloader
infoq-downloader copied to clipboard
Invalid download URL
here is the error: requests.exceptions.MissingSchema: Invalid URL '//d1snlc0orfrhj.cloudfront.net/presentations-br/qconsp2015-LucianoRamalho-Python.mp4': No schema supplied. Perhaps you meant http:////d1snlc0orfrhj.cloudfront.net/presentations-br/qconsp2015-LucianoRamalho-Python.mp4?
this worked like a charm: video_url = 'http:%s' % video_url
+1
Nice, thanks for the information