Page 1 of 1

Flashgot used to work with this website.

Posted: Fri Jan 14, 2011 7:36 am
by Simplex
I know It's a small website with just a bunch of movies, but still...

http://www.kinorp.pl/index.php?p=4&id=9#1

the code for the player

Code: Select all

<script type="text/javascript" src="/player/swfobject.js"></script>


				<script type="text/javascript">
				window.onload = function(){
				  				  	var s1 = new SWFObject("player/mediaplayer.swf","mediaplayer","560","332","8");
					s1.addParam('allowscriptaccess','always');
					s1.addParam('allowfullscreen','true');
					s1.addVariable("width","480");
					s1.addVariable("height","395");
					s1.addVariable('file','/video/box_22.flv');
					s1.addVariable('streamer','lighttpd');
					s1.addVariable('image','/video/1_min.jpg');
					s1.addVariable('backcolor','0xFFFFFF');
					s1.addVariable('frontcolor','0x3333333');
					s1.addVariable('lightcolor','0x999999');
					s1.addVariable('screencolor','0x000000');
					s1.addVariable('overstretch','true');
					s1.addVariable('showicons','true');
					s1.addVariable('showstop','true');
					s1.addVariable('showdigits','true');
					s1.addVariable('autostart','false');
					s1.write("container1");	
					
			  				  	var s2 = new SWFObject("player/mediaplayer.swf","mediaplayer","560","332","8");
					s2.addParam('allowscriptaccess','always');
					s2.addParam('allowfullscreen','true');
					s2.addVariable("width","480");
					s2.addVariable("height","395");
					s2.addVariable('file','/video/box_23.flv');
					s2.addVariable('streamer','lighttpd');
					s2.addVariable('image','/video/1_min.jpg');
					s2.addVariable('backcolor','0xFFFFFF');
					s2.addVariable('frontcolor','0x3333333');
					s2.addVariable('lightcolor','0x999999');
					s2.addVariable('screencolor','0x000000');
					s2.addVariable('overstretch','true');
					s2.addVariable('showicons','true');
					s2.addVariable('showstop','true');
					s2.addVariable('showdigits','true');
					s2.addVariable('autostart','false');
					s2.write("container2");	
					
			             }
				</script>

So I was able to easily extract the file by manually typing url http://www.kinorp.pl/video/box_23.flv
I remember flashgot used to work on this page, but now it is not.

Re: Flashgot used to work with this website.

Posted: Fri Jan 14, 2011 2:31 pm
by therube
http://www.kinorp.pl/index.php?p=4&id=2#1

Seems simple enough.
Don't know why FlashGot isn't seeing it?

Code: Select all

http://www.kinorp.pl/video/box_9.flv?start=0&id=mediaplayer&client=FLASH%20WIN%2010,1,102,64&version=4.6.234&width=560

Re: Flashgot used to work with this website.

Posted: Fri Jan 14, 2011 3:48 pm
by Simplex
I'm surprised too. Expecially that few months ago flashogt was detecting the embedded video, and I doubt that this site changed anything since then.

BTW. how did you achieve this url: "ttp://www.kinorp.pl/video/box_9.flv?start=0&i ... &width=560" ?

Re: Flashgot used to work with this website.

Posted: Thu Jan 27, 2011 1:49 pm
by therube
BTW. how did you achieve this url: "ttp://www.kinorp.pl/video/box_9.flv?start=0&i ... &width=560"
My download manager's logs.