PDA

View Full Version : Getting mms link from launchbrowser


catohagen
2005-07-14, 01:59
is there any easy way of getting the video mms link
from the current video so its possible to save the video
to file ?
i did a few attemps to insert

file = open( dirhome + 'mms.txt', "a")
file.write(mms_url)
file.close()

but i couldnt figure it out properly and script refused to
start.

tokahao
2005-08-14, 09:29
a couple of posts back mention to set logging in xbmc to 0 and find the mms link in the logs. hope this helps.