Movie download option inside of plugins.
#1
I read somewhere that it is possible to do threaded downloading in a python script. Can someone point me in the right direction on how to do this? Thanks.

Also. Is it possible to update the download dialog with the speed of transfer?
Reply
#2
http://python.org see the docs for the modules "threading", "urllib" and "urllib2". IIRC urllib2 has the ability to provide a supervisor callback with which you could calculate the dl speed.
Reply

Logout Mark Read Team Forum Stats Members Help
Movie download option inside of plugins.0