<?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"
	>
<channel>
	<title>Comments on: Downloading Videos From RubyPlus with Ruby (and unix)</title>
	<atom:link href="http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/</link>
	<description>Thoughts &#38; Discoveries</description>
	<pubDate>Fri, 21 Nov 2008 20:58:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: seo blog</title>
		<link>http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/#comment-52</link>
		<dc:creator>seo blog</dc:creator>
		<pubDate>Sun, 03 Aug 2008 19:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakedenman.com/?p=6#comment-52</guid>
		<description>That was a well written article, very intereting,thank you for a good read.</description>
		<content:encoded><![CDATA[<p>That was a well written article, very intereting,thank you for a good read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/#comment-18</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 13 Jul 2008 14:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakedenman.com/?p=6#comment-18</guid>
		<description>Hey gregf,
You could also use %x to fire off commands.
%x(wget http://www.google.com)

According to Benchmark,  'system' takes the least amount of time.</description>
		<content:encoded><![CDATA[<p>Hey gregf,<br />
You could also use %x to fire off commands.<br />
%x(wget <a href="http://www.google.com" rel="nofollow">http://www.google.com</a>)</p>
<p>According to Benchmark,  &#8217;system&#8217; takes the least amount of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/#comment-10</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 03 Jun 2008 19:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakedenman.com/?p=6#comment-10</guid>
		<description>There is no benefit that I know of. 
I actually didn't know I could use system. Cool.</description>
		<content:encoded><![CDATA[<p>There is no benefit that I know of.<br />
I actually didn&#8217;t know I could use system. Cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregf</title>
		<link>http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/#comment-9</link>
		<dc:creator>gregf</dc:creator>
		<pubDate>Mon, 02 Jun 2008 01:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakedenman.com/?p=6#comment-9</guid>
		<description>Your script helped a bunch as I really like the screen casts there as well. I had to set my wget line differently than yours. I could not just put my user:pass@rubyplus.org. I needed to go view my cookies in firefox for the site and get the session id from _rcast_session. So mine looked more like this.
&lt;pre name="code" class="ruby"&gt;
 system "wget --no-cookies --header 'Cookie: _rcast_session='SomeLongSessionID' --continue --tries=inf http://rubyplus.org/episodes/#{episode_number}/download"
&lt;/pre&gt;
Any benefit of using `` over system?</description>
		<content:encoded><![CDATA[<p>Your script helped a bunch as I really like the screen casts there as well. I had to set my wget line differently than yours. I could not just put my user:pass@rubyplus.org. I needed to go view my cookies in firefox for the site and get the session id from _rcast_session. So mine looked more like this.</p>
<pre name="code" class="ruby">
 system "wget --no-cookies --header 'Cookie: _rcast_session='SomeLongSessionID' --continue --tries=inf <a href="http://rubyplus.org/episodes/#" rel="nofollow">http://rubyplus.org/episodes/#</a>{episode_number}/download&#8221;
</pre>
<p>Any benefit of using &#8220; over system?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
