<?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>UKMac.net &#187; BBC iPlayer</title>
	<atom:link href="http://ukmac.net/tag/bbc-iplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://ukmac.net</link>
	<description></description>
	<lastBuildDate>Sun, 20 Mar 2011 23:43:56 +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>Download TV From BBC iPlayer On Your Mac</title>
		<link>http://ukmac.net/2008/10/08/download-tv-from-bbc-iplayer-on-your-mac/</link>
		<comments>http://ukmac.net/2008/10/08/download-tv-from-bbc-iplayer-on-your-mac/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 21:22:36 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Hints And Tips]]></category>
		<category><![CDATA[BBC iPlayer]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://ukmac.net/?p=369</guid>
		<description><![CDATA[So far the BBC have failed to deliver on their promise to produce an OSX and Linux application for downloading content from their online TV site ( http://www.bbc.co.uk/iplayer ), so...]]></description>
			<content:encoded><![CDATA[<p>So far the BBC have failed to deliver on their promise to produce an OSX and Linux application for downloading content from their online TV site ( http://www.bbc.co.uk/iplayer ), so non-Windows users have to settle for live streaming in a web browser. Whilst this works fine it does mean that you need to have a reasonable broadband link AND be restricted to watching the limited amount of content that is available through the site ( shows are automatically removed after a few days ).</p>
<p>One developer, Paul Battley from London, has come up with a neat solution to this problem though. When the BBC launched the iPlayer for iPhone site they had to provide a way of displaying videos on a device that did not have Adobes Flash Player, and so re-encoded the videos into MP4 files for display on the Jesus Phone. Paul used this site to create a <a href="http://po-ru.com/projects/iplayer-downloader/">small Ruby script</a> that allows you to download the iPod playable videos and save them to your computer. </p>
<p>To use the script you first download and extract the tarball, then run two commands to install the libraries and command line script</p>
<p><code>ruby setup.rb config<br />
sudo ruby setup.rb install</code></p>
<p>Once you have done this a script called iplayer-dl will be created in the bin directory. To run this you just enter the command :-</p>
<p><code>ruby iplayer-dl programcode</code></p>
<p>Where programcode is the last portion of the URL of the program you wish to download. To find this code go to the BBC iPlayer site and click on the program you wish to download. The url will be something like :-</p>
<p>http://www.bbc.co.uk/iplayer/episode/b00dyhs1/Jack_A_Soldiers_Story/</p>
<p>The programcode you require in the example above is the portion b00dyhs1. Once you have entered the command line the script will go away and download the file and by default save it in the same directory as the script. There are a number of commandline options you can use to download multiple files, specify the destination filename and directory and more. To find out more about the options available type :-</p>
<p><code>ruby iplayer-dl -help</code></p>
<p>The downloaded files are un-DRM&#8217;d and can be played and stored indefinately, which at the end of the day is what the Beeb should have allowed us ( BBC Licence payers ) to do in the first place. After all if I wanted to I could record the program onto my video/DVD recorder and keep that forever couldn&#8217;t I ?</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ukmac.net/2008/10/08/download-tv-from-bbc-iplayer-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

