Flashgot used to work with this website.

General discussion about the FlashGot extension for Firefox
Post Reply
User avatar
Simplex
Posts: 6
Joined: Sun Oct 03, 2010 7:38 am

Flashgot used to work with this website.

Post 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.
Regards,
Simplex
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729; .NET4.0C)
User avatar
therube
Ambassador
Posts: 7929
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Flashgot used to work with this website.

Post 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
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; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11
User avatar
Simplex
Posts: 6
Joined: Sun Oct 03, 2010 7:38 am

Re: Flashgot used to work with this website.

Post 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" ?
Regards,
Simplex
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13
User avatar
therube
Ambassador
Posts: 7929
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Flashgot used to work with this website.

Post 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.
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; rv:2.0b11pre) Gecko/20110126 Firefox/4.0b11pre SeaMonkey/2.1b2pre
Post Reply