PDA

View Full Version : Last aqtbrowser bug


Striker
2004-11-27, 15:50
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/team_america/large.html

on the apple site it works, but not with the script.
the real mov link:
http://movies.apple.com/movies....480.mov (http://movies.apple.com/movies/paramount/team_america/team_america-tlr_480.mov)

ending: _480.mov


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