Last aqtbrowser bug
#1
the reason some trailers arent working is because they arent named ending with:

if sel == 0:
link = link + '_m240.mov'
elif sel == 1:
link = link + '_m320.mov'
else:
link = link + '_m480.mov'

like:
http://www.apple.com/trailers/paramount/...large.html

on the apple site it works, but not with the script.
the real mov link:
http://movies.apple.com/movies....480.mov

ending: _480.mov


isnt it possible to change it so it grabs the entire url inc. the extension?
Reply

Logout Mark Read Team Forum Stats Members Help
Last aqtbrowser bug0