Possible Duplicate:
Stream large binary files with urllib2 to file
I want to make a video downloader which when given the url of a page which has a video to stream can download the video.
So what i thought was if i get the video stream, i can copy the content into a string and then copy it into file . How can i do it in python?Is there any library in python which can help?