[Request] Trailer Addicts Plugin
#1
I have tried and tried making one myself and have given up as of right now, anyone wanna try it?

http://www.traileraddict.com/
Reply
#2
Use the Firefox addon, Live HTTP headers. It helps you find the direct link to the trailer videos.

For example, for the movie Taken
link to page: http://www.traileraddict.com/trailer/tak.../trailer-b

If you view the source of that page searching for /emb/, you will find the trailer id in which you can use in the below link. So for Taken, the id is 8535.

http://www.traileraddict.com/fvar.php?tid=####

if you go to
http://www.traileraddict.com/fvar.php?tid=8535

you will find the direct link to the trailer:
http://media5.traileraddict.com/taken-trl2.flv


All you need to do now is use regex to filter out the info you want and build it into a plugin.
Reply
#3
stacked Wrote:Use the Firefox addon, Live HTTP headers. It helps you find the direct link to the trailer videos.

For example, for the movie Taken
link to page: http://www.traileraddict.com/trailer/tak.../trailer-b

If you view the source of that page searching for /emb/, you will find the trailer id in which you can use in the below link. So for Taken, the id is 8535.

http://www.traileraddict.com/fvar.php?tid=####

if you go to
http://www.traileraddict.com/fvar.php?tid=8535

you will find the direct link to the trailer:
http://media5.traileraddict.com/taken-trl2.flv


All you need to do now is use regex to filter out the info you want and build it into a plugin.

Just wanted to say thanks for that info. With it I was able to roll a quick python program to automatically download trailers for my movies based on folder name. I chose to use their HD quality, so the link changes to http://www.traileraddict.com/fvarhd.php?tid=#### and the file is a mp4 instead. I thought it was going to take a lot longer. It only took ~25 lines to download the trailer and put it in the correct folder.Cool I'm sure it could be done in less.
Reply
#4
xeonicxpression Wrote:Just wanted to say thanks for that info. With it I was able to roll a quick python program to automatically download trailers for my movies based on folder name. I chose to use their HD quality, so the link changes to http://www.traileraddict.com/fvarhd.php?tid=#### and the file is a mp4 instead. I thought it was going to take a lot longer. It only took ~25 lines to download the trailer and put it in the correct folder.Cool I'm sure it could be done in less.

Hey,

feel like sharing the script?
Reply

Logout Mark Read Team Forum Stats Members Help
[Request] Trailer Addicts Plugin0