Last aqtbrowser bug

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Striker Offline
Fan
Posts: 478
Joined: Mar 2004
Reputation: 0
Post: #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?
find quote