i am developing a script to download online live streaming videos.
print \"Recording video...\" response = urllib2.urlopen(\"streaming onlin
You can use the 'Content-Length' header to retrieve the video filesize if it exists.
video_file_size_end = response.info().getheader('Content-Length')