xboxscene.org forums

Author Topic: Url Downloader Script  (Read 88 times)

disrockerdude

  • Archived User
  • Full Member
  • *
  • Posts: 130
Url Downloader Script
« on: September 08, 2007, 03:36:00 AM »

is there one out there already? couldnt find one if there is... im looking for a script where you give xbmc a url and it connects and downloads the file to a specified directory.
Logged

blittan

  • Archived User
  • Full Member
  • *
  • Posts: 135
Url Downloader Script
« Reply #1 on: September 08, 2007, 03:09:00 PM »

no there is none, but excellent time to learn python (IMG:style_emoticons/default/wink.gif)

 

Logged

disrockerdude

  • Archived User
  • Full Member
  • *
  • Posts: 130
Url Downloader Script
« Reply #2 on: September 08, 2007, 04:08:00 PM »

dang.. oh well i guess i could start learning.. can anyone point me to like python basics or whatever? haha
Logged

blittan

  • Archived User
  • Full Member
  • *
  • Posts: 135
Url Downloader Script
« Reply #3 on: September 08, 2007, 11:16:00 PM »

http://xboxmediacenter.com/wiki/index.php?..._Python_Scripts <- a good start.

http://www.python.org <- download python

http://www.google.com <- search for stuff (IMG:style_emoticons/default/wink.gif)

http://mmm-experts.com/ <- Pyscripter (a good editor, atleast I think so)

 

Mainly you should look into urllib and urllib2 for your needs. think there is even an example "download file" on xbmc wiki.

 

A most of all, have fun while doing it (IMG:style_emoticons/default/smile.gif)

Logged