<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tensixtyone &#187; mp4</title>
	<atom:link href="http://tensixtyone.com/tags/mp4/feed" rel="self" type="application/rss+xml" />
	<link>http://tensixtyone.com</link>
	<description>Rants of Andrew Williams / Nik_Doof</description>
	<lastBuildDate>Fri, 25 Jun 2010 10:58:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Howto: Download MP4 from BBC iPlayer</title>
		<link>http://tensixtyone.com/perma/download-mp4-from-iplayer</link>
		<comments>http://tensixtyone.com/perma/download-mp4-from-iplayer#comments</comments>
		<pubDate>Sun, 09 Mar 2008 07:37:00 +0000</pubDate>
		<dc:creator>Andrew Williams</dc:creator>
				<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[iplayer]]></category>
		<category><![CDATA[mp4]]></category>

		<guid isPermaLink="false">http://blog.tensixtyone.com//2008/03/09/download-mp4-from-iplayer</guid>
		<description><![CDATA[With the launch of BBC iPlayer for iPhones it seems they&#8217;ve let slip a little extra &#8220;feature&#8221;. You can now download programs from BBC iPlayer without DRM in a well encoded MP4 format. How? Easy. First of all, install User Agent Switch for Firefox and setup the iPhone user-agent: Description: iPhone User Agent: Mozilla/5.0 (iPhone; [...]]]></description>
			<content:encoded><![CDATA[<p>With the launch of <span class="caps">BBC</span> iPlayer for iPhones it seems they&#8217;ve let slip a little extra &#8220;feature&#8221;. You can now download programs from <span class="caps">BBC</span> iPlayer without <span class="caps">DRM</span> in a well encoded <span class="caps">MP4</span> format. How? Easy.</p>
<p>First of all, install User Agent Switch for Firefox and setup the iPhone user-agent:</p>
<ul>
<li> Description: iPhone</li>
<li>User Agent: Mozilla/5.0 (iPhone; U; <span class="caps">CPU</span> like Mac <span class="caps">OS X</span>; en)</li>
<li>App Name: AppleWebKit/420+ (KHTML, like Gecko)</li>
<li>App Version: Version/3.0</li>
<li>Platform: Mobile/1A542a Safari/419.3</li>
</ul>
<p>Now browse to any <span class="caps">BBC</span> iPlayer program page and you&#8217;ll notice that it tries to serve up a Quicktime video, the <span class="caps">MP4</span>. As the <span class="caps">URL</span> isn&#8217;t displayed raw in the code, you can use a little Javascript wizardry to redirect you to the raw stream:</p>
<pre>
javascript:(function(){url = document.getElementById('mip-flash-player').getElementsByTagName("object")[0].childNodes[0].value; window.location = url;})()
</pre>
<p>Or if you want a simple drag and drop bookmarklet: <a href="javascript:(function(){url = document.getElementById('mip-flash-player').getElementsByTagName('object')[0].childNodes[0].value; window.location = url;})()">iPlayer Download</a></p>
<p>The <span class="caps">BBC</span> will either pull the iPhone beta or re-engineer it with the iPhone <span class="caps">SDK</span> to develop a full client, either way this will not last long. Initally when I heard the iPhone was supported by iPlayer I was outraged, Why does a device with only around 100,000 users in the UK get priority over a operating system? It almost seems like Karma is against them, but no doubt this will get into the news as &#8220;hackers exploiting the system&#8221; rubbish. Only time will tell, enjoy it while you can.</p>
]]></content:encoded>
			<wfw:commentRss>http://tensixtyone.com/perma/download-mp4-from-iplayer/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
