<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: life lifting</title>
	<atom:link href="http://ldopa.net/2006/06/29/life-lifting/feed/" rel="self" type="application/rss+xml" />
	<link>http://ldopa.net/2006/06/29/life-lifting/</link>
	<description>in perpetual beta</description>
	<lastBuildDate>Tue, 24 Jan 2012 23:23:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrea</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-87476</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Sun, 15 Feb 2009 15:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-87476</guid>
		<description>Hello, I admit my ignorance up front. What about firefox? Do you need to go back in ABOUT:CONFIG  and change anything ? I am asking because I am now unable to update to firefox 3. I *think* it&#039;s related</description>
		<content:encoded><![CDATA[<p>Hello, I admit my ignorance up front. What about firefox? Do you need to go back in ABOUT:CONFIG  and change anything ? I am asking because I am now unable to update to firefox 3. I *think* it&#8217;s related</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: This American Life Availible as MP3-- The Glass is Too Big</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-37819</link>
		<dc:creator>This American Life Availible as MP3-- The Glass is Too Big</dc:creator>
		<pubDate>Sat, 17 Mar 2007 18:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-37819</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Found this great fix: http://ldopa.net/2006/06/29/life-lifting/ [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Found this great fix: <a href="http://ldopa.net/2006/06/29/life-lifting/" rel="nofollow">http://ldopa.net/2006/06/29/life-lifting/</a> [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BB</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-35985</link>
		<dc:creator>BB</dc:creator>
		<pubDate>Tue, 27 Feb 2007 02:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-35985</guid>
		<description>Anyone have TAL episodes 5 &amp; 8?  I cannot seem to get just these two :(</description>
		<content:encoded><![CDATA[<p>Anyone have TAL episodes 5 &amp; 8?  I cannot seem to get just these two :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-20960</link>
		<dc:creator>george</dc:creator>
		<pubDate>Wed, 20 Dec 2006 20:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-20960</guid>
		<description>or, if the wbez-tal.streamguys.us urls don&#039;t work (I&#039;ve found that some don&#039;t), use

http://audio.thisamericanlife.org/jomamashouse/ismymamashouse/$COUNTER.mp3</description>
		<content:encoded><![CDATA[<p>or, if the wbez-tal.streamguys.us urls don&#8217;t work (I&#8217;ve found that some don&#8217;t), use</p>
<p><a href="http://audio.thisamericanlife.org/jomamashouse/ismymamashouse/$COUNTER.mp3" rel="nofollow">http://audio.thisamericanlife.org/jomamashouse/ismymamashouse/$COUNTER.mp3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-20651</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 18 Dec 2006 23:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-20651</guid>
		<description>#!/bin/bash
clear
COUNTER=300
while [  $COUNTER -lt 304 ]; do
	echo Downloading episode $COUNTER         
   	curl -o ~/Desktop/episode$COUNTER.mp3 http://wbez-tal.streamguys.us:8020/content/$COUNTER.mp3         
    let COUNTER=COUNTER+1 
done</description>
		<content:encoded><![CDATA[<p>#!/bin/bash<br />
clear<br />
COUNTER=300<br />
while [  $COUNTER -lt 304 ]; do<br />
	echo Downloading episode $COUNTER<br />
   	curl -o ~/Desktop/episode$COUNTER.mp3 <a href="http://wbez-tal.streamguys.us:8020/content/$COUNTER.mp3" rel="nofollow">http://wbez-tal.streamguys.us:8020/content/$COUNTER.mp3</a><br />
    let COUNTER=COUNTER+1<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-20648</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 18 Dec 2006 22:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-20648</guid>
		<description>I&#039;ve added a new set of links that I don&#039;t think require the firefox trick. Got them by decompiling the flash player on the TAL site. &lt;a href=&quot;http://audio.thisamericanlife.org/jomamashouse/ismymamashouse/314.mp3&quot; rel=&quot;nofollow&quot;&gt;http://audio.thisamericanlife.org/jomamashouse/ismymamashouse/SHOWNUMBER.mp3&lt;/a&gt;

Just replace SHOWNUMBER with the show number, like 314.

You can also use this
&lt;a href=&quot;http://www.dirtygreek.org/stuff/tal.php?min=314&amp;max=321&quot; rel=&quot;nofollow&quot;&gt;http://www.dirtygreek.org/stuff/tal.php?min=314&amp;max=321&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added a new set of links that I don&#8217;t think require the firefox trick. Got them by decompiling the flash player on the TAL site. <a href="http://audio.thisamericanlife.org/jomamashouse/ismymamashouse/314.mp3" rel="nofollow">http://audio.thisamericanlife.org/jomamashouse/ismymamashouse/SHOWNUMBER.mp3</a></p>
<p>Just replace SHOWNUMBER with the show number, like 314.</p>
<p>You can also use this<br />
<a href="http://www.dirtygreek.org/stuff/tal.php?min=314&amp;max=321" rel="nofollow">http://www.dirtygreek.org/stuff/tal.php?min=314&#038;max=321</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-20447</link>
		<dc:creator>george</dc:creator>
		<pubDate>Sun, 17 Dec 2006 07:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-20447</guid>
		<description>This might help you guys out. I used all of your tips and automated the process a bit ;)

&lt;a href=&quot;http://www.dirtygreek.org/stuff/tal.php?min=314&amp;max=321&quot; rel=&quot;nofollow&quot;&gt;http://www.dirtygreek.org/stuff/tal.php?min=314&amp;max=321&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This might help you guys out. I used all of your tips and automated the process a bit ;)</p>
<p><a href="http://www.dirtygreek.org/stuff/tal.php?min=314&amp;max=321" rel="nofollow">http://www.dirtygreek.org/stuff/tal.php?min=314&#038;max=321</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatty McBeeb</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-14842</link>
		<dc:creator>Fatty McBeeb</dc:creator>
		<pubDate>Mon, 06 Nov 2006 05:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-14842</guid>
		<description>Excellent.  Thank you so much!</description>
		<content:encoded><![CDATA[<p>Excellent.  Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-12899</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Fri, 13 Oct 2006 18:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-12899</guid>
		<description>worked GREAT!!  thank you very much.</description>
		<content:encoded><![CDATA[<p>worked GREAT!!  thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-8481</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Sun, 03 Sep 2006 05:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-8481</guid>
		<description>I&#039;m confused. I use Firefox on PC, and it&#039;s not working :(</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused. I use Firefox on PC, and it&#8217;s not working :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thankful reader</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-4660</link>
		<dc:creator>thankful reader</dc:creator>
		<pubDate>Wed, 05 Jul 2006 03:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-4660</guid>
		<description>Thanks for posting this. Very helpful. I just downloaded the latest one in order to listen to it.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. Very helpful. I just downloaded the latest one in order to listen to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yacomink</title>
		<link>http://ldopa.net/2006/06/29/life-lifting/comment-page-1/#comment-4391</link>
		<dc:creator>yacomink</dc:creator>
		<pubDate>Thu, 29 Jun 2006 20:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/life-lifting/#comment-4391</guid>
		<description>A little something like this from terminal and you can grab them all at once:

curl -O -A &#039;iTunes/4.7 (Macintosh; N; PPC)&#039; http://wbez-tal.streamguys.us:8020/content/[300-304].mp3</description>
		<content:encoded><![CDATA[<p>A little something like this from terminal and you can grab them all at once:</p>
<p>curl -O -A &#8216;iTunes/4.7 (Macintosh; N; PPC)&#8217; <a href="http://wbez-tal.streamguys.us:8020/content/300-304.mp3" rel="nofollow">http://wbez-tal.streamguys.us:8020/content/300-304.mp3</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: ldopa.net @ 2012-02-07 11:30:44 -->
