Videobam Videos Not Seen, No FlashGot Icon

Ask for help about FlashGot, no registration needed to post
Post Reply
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Videobam Videos Not Seen, No FlashGot Icon

Post 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?)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16a2
Post Reply