Thanks :-)
That was to easy. I have used urllib.urlretrieve in the past, but did not think it would work. Here is where I got confused. To test it I tried to use wget like this
this failed(I assumbed urllib would also fail). I thought because the url did not end with a file name, it was going to be more complex(I know next to nothing about web or web programming)
but this works great
Code:
urllib.urlretrieve('http://isohunt.com/download.php?mode=bt&id=6071088', 'king.torent')
I really liked your progress function, I will keep that code saved for a raining day :-)