<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Can I download Flash Videos from the internet</title>
	<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet/</link>
	<description>Comments on Ask MetaFilter post Can I download Flash Videos from the internet</description>
	<pubDate>Thu, 29 Jun 2006 23:21:31 -0800</pubDate>
	<lastBuildDate>Thu, 29 Jun 2006 23:21:31 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Can I download Flash Videos from the internet</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet</link>	
		<description>How do I download videos on the web that are embedded inside Flash Players.

For example, I want to download this video :

http://news.com.com/1606-2_3-6089260.html?part=rss&amp;amp;tag=6089260&amp;amp;subj=news

I check in the IE cache and there&apos;s no swf or flv file ?

Please let me if it is possible ?

Thank you.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.41227</guid>
		<pubDate>Thu, 29 Jun 2006 23:09:57 -0800</pubDate>
		<dc:creator>labnol</dc:creator>
		
			<category>video</category>
		
			<category>download</category>
		
	</item> <item>
		<title>By: chef_boyardee</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#634845</link>	
		<description>You could give keepvid.com a shot.  Not sure if it works with your URL but I use it all the time for YouTube and Google Video.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-634845</guid>
		<pubDate>Thu, 29 Jun 2006 23:21:31 -0800</pubDate>
		<dc:creator>chef_boyardee</dc:creator>
	</item><item>
		<title>By: IronLizard</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#634855</link>	
		<description>Try File-Save Page As, and save the complete page to disk. Look in the (pagename)files directory that is created and it should be there, unless they use java to keep you from doing just that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-634855</guid>
		<pubDate>Fri, 30 Jun 2006 00:28:42 -0800</pubDate>
		<dc:creator>IronLizard</dc:creator>
	</item><item>
		<title>By: vanoakenfold</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#634864</link>	
		<description>I don&apos;t think you can get it through normal methods.  I got the src and found no embeds or objects. &lt;br&gt;
&lt;br&gt;
I found a js reference for a vidFile=&quot;...&quot; as a parameter to a js script employed by the site located elsewhere on the server...&lt;br&gt;
&lt;br&gt;
&lt;i&gt;http://news.com.com/html/bb/n/MMFlashAkamai.js&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
...so I downloaded the js script itself and opened it in notepad, found the reference to the video player..&lt;br&gt;
&lt;br&gt;
&lt;i&gt;http://news.com.com/av/n/NewsVideoAkamai.swf&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
...and the script call on the page the movie appears on calls for other parameters such as the vidFile (&quot;6n0629checkout&quot;) as well as other stats like browser ID, IP address, and whatever a CID is (&quot;6089260&quot;)&lt;br&gt;
&lt;br&gt;
My best guess was that...&lt;br&gt;
&lt;br&gt;
&lt;i&gt;http://news.com.com/av/n/NewsVideoAkamai.swf?vidFile=6n0629checkout&amp;amp;ua=[[your_browser_id]]&amp;amp;ip=[[your_IP]]&amp;amp;cid=6089260&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
... (minus [[]]&apos;s) should have downloaded it, but all I get is the player that is too small in filesize to contain the whole clip.  I tried entering command-line parameters into the shortcut line, but the server is probably running on a different OS.  I couldn&apos;t grab it.&lt;br&gt;
&lt;br&gt;
Perhaps if someone knows how to edit SWF&apos;s, they can input specific parameters manually?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-634864</guid>
		<pubDate>Fri, 30 Jun 2006 01:07:53 -0800</pubDate>
		<dc:creator>vanoakenfold</dc:creator>
	</item><item>
		<title>By: floam</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#634872</link>	
		<description>vanoakenfold: Sending the variables as querystrings was a decent idea. Adding them as command parameters wasn&apos;t, you don&apos;t execute anything over HTTP like that. You could try playing with curl and send the variables as HTTP POST stuff.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-634872</guid>
		<pubDate>Fri, 30 Jun 2006 01:29:39 -0800</pubDate>
		<dc:creator>floam</dc:creator>
	</item><item>
		<title>By: Rhomboid</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#634879</link>	
		<description>You can reduce it down to just &lt;a href=&quot;http://news.com.com/av/n/NewsVideoAkamai.swf?vidFile=6n0629checkout&amp;cid=6089260&quot;&gt;http://news.com.com/av/n/NewsVideoAkamai.swf?vidFile=6n0629checkout&amp;amp;cid=6089260&lt;/a&gt;.  But that still doesn&apos;t get you an actual .flv file that you can save.  I checked with Etherreal and the flash player doesn&apos;t do HTTP progressive downloading, it uses the proprietary &lt;a href=&quot;http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16631&quot;&gt;RTMP&lt;/a&gt; and this makes it almost impossible to capture the stream.  Sorry.  I think you&apos;re just out of luck.  You could try blocking RTMP in your firewall to force it to try to downgrade to HTTP, and then you might be able to find find a URL of the .flv that you could save, but that&apos;s more work tham I&apos;m willing to do at the moment.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-634879</guid>
		<pubDate>Fri, 30 Jun 2006 01:49:18 -0800</pubDate>
		<dc:creator>Rhomboid</dc:creator>
	</item><item>
		<title>By: vanoakenfold</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#634891</link>	
		<description>I don&apos;t know a lick of js or proper http whatnot, I just know basic html in notepad, and have some good experience save-downloading movie trailers from apple&apos;s site, some of which requires downloading placeholder files and extracting parameters similarly.  I guess I was misemploying my win-based shortcut editing ;-P heh</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-634891</guid>
		<pubDate>Fri, 30 Jun 2006 02:32:47 -0800</pubDate>
		<dc:creator>vanoakenfold</dc:creator>
	</item><item>
		<title>By: Pasa la bola chetu</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#634893</link>	
		<description>try &lt;a href=&quot;http://www.flock.com&quot;&gt;flock&lt;/a&gt; with &lt;a href=&quot;http://extensions.flock.com/extension_detail/1070&quot;&gt;the video download extension&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-634893</guid>
		<pubDate>Fri, 30 Jun 2006 02:38:08 -0800</pubDate>
		<dc:creator>Pasa la bola chetu</dc:creator>
	</item><item>
		<title>By: fvox13</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#634976</link>	
		<description>Try the &lt;a href=&quot;https://addons.mozilla.org/firefox/2390/&quot;&gt;Video Downloader Plugin&lt;/a&gt; for Firefox.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-634976</guid>
		<pubDate>Fri, 30 Jun 2006 06:57:56 -0800</pubDate>
		<dc:creator>fvox13</dc:creator>
	</item><item>
		<title>By: kookoobirdz</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#634982</link>	
		<description>How about &lt;a href=&quot;http://www.techsmith.com/snagit.asp&quot;&gt;Snagit&lt;/a&gt;?  I believe that records anything on the screen.  Not the same as saving the file in its native format, but you may not care about that.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://all-streaming-media.com/record-video-stream/screen-capture-software.htm&quot;&gt;Here are some others&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-634982</guid>
		<pubDate>Fri, 30 Jun 2006 07:03:32 -0800</pubDate>
		<dc:creator>kookoobirdz</dc:creator>
	</item><item>
		<title>By: datacenter refugee</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#635019</link>	
		<description>Using etheral/wireshark I found that the flash file itself makes the request for the second video (after the ad).  Using the same URL the flash file requested returns a CNet &apos;page unavailable&apos; page.&lt;br&gt;
&lt;br&gt;
Why not just do a screen capture of some sort?  Windows media encoder will allow you to do so - and if you select your WAV out as the audio device while recording you&apos;ll get the synced audio as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-635019</guid>
		<pubDate>Fri, 30 Jun 2006 07:41:25 -0800</pubDate>
		<dc:creator>datacenter refugee</dc:creator>
	</item><item>
		<title>By: robhuddles</title>
		<link>http://ask.metafilter.com/41227/Can-I-download-Flash-Videos-from-the-internet#635038</link>	
		<description>The issue is a built-in feature of Flash video that is designed to prevent exactly this kind of saving. When you use Flash video (the .flv), you essentially link the Flash movie (.swf) to the video, as Rhomboid mentioned. But using any of the normal techniques to grab the .swf won&apos;t get you the .flv needed to actually see the video - again, this is by design as part of the new Flash video format. So sorry, I don&apos;t think there&apos;s a way to do it, short of some sort of screen capture ap  to basically record the movie as it plays.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41227-635038</guid>
		<pubDate>Fri, 30 Jun 2006 08:03:08 -0800</pubDate>
		<dc:creator>robhuddles</dc:creator>
	</item>
	</channel>
</rss>
