View Single Post
  #1  
Old 02-02-2010, 05:32 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

ceknito.sk: download videos from popular Slovak web page


Hello,

ceknito.sk is popular Slovak web page with many videos. Can you include help me to download videos from it?

If you open some page with video
Code:
http://www.ceknito.sk/video/115184
in the source code is this script:

Code:
<script type="text/javascript">
// <![CDATA[
var fo = new SWFObject("/style/vp.swf?2", "player", "480", "395", 8, "#FFFFFF");
fo.addVariable("fid", "0007/115184");
fo.addVariable("autostart","true");
fo.addVariable("xrated","no");
fo.addVariable("lng","sk");
fo.addParam("allowFullScreen","true");
fo.write("playerDiv");
</script>
Reply With Quote