Page 1 of 1

Videobam Videos Not Seen, No FlashGot Icon

Posted: Sun Dec 30, 2012 4:05 pm
by therube
(Most) Videobam Videos are Not Seen, no FlashGot icon.

Seen: SeaMonkey Windows Flip Flop When FlashGot Installed

Not Seen: Oceans Trailer

In any case, the page source does have the needed "URL".

Code: Select all

var player_config = {"showErrors":false,"canvas":{"backgroundGradient":"none"},"plugins":{"controls":{"autoHide":"always","zIndex":"10"}},"playlist":[{"url":"http:\/\/i.videobam.com\/ithou_o.jpg","scaling":"fit"},{"scaling":"fit","url":"http:\/\/c0.videobam.com\/storage\/33\/videos\/i\/it\/ithou\/encoded.mp4\/01515caa42e7d592007aa94ffb534b67\/50e07189?ss=42","autoBuffering":false,"autoPlay":false,"bufferLength":"2"}]};
From which you can ferret out the "URL".

Code: Select all

http:\/\/c0.videobam.com\/storage\/33\/videos\/i\/it\/ithou\/encoded.mp4\/01515caa42e7d592007aa94ffb534b67\/50e07189?ss=42
From which you can get the URL, s/\\//g.

Code: Select all

http://c0.videobam.com/storage/33/videos/i/it/ithou/encoded.mp4/01515caa42e7d592007aa94ffb534b67/50e07189?ss=42

Code: Select all

http://1.lw2.videobam.com/storage/1/videos/d/de/demo/low.encoded.mp4/ffddb3e752d4d18ec296b95c39049e89/50e0727b?ss=389
(Not sure what the ?ss=XX does but appears not needed?)