<?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: using a bash &#8216;for loop&#8217; to wget</title>
	<atom:link href="http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/feed/" rel="self" type="application/rss+xml" />
	<link>http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/</link>
	<description>Making Mistakes as Fast as I Can.</description>
	<lastBuildDate>Tue, 16 Mar 2010 20:53:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anton</title>
		<link>http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/comment-page-1/#comment-520</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Thu, 19 Jun 2008 18:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=25#comment-520</guid>
		<description>Please keep in mind that when I wrote this article, Firefox 1.0 was all we had and we were wishing it didn&#039;t suck so bad.

More than three years later, and this is still a good example of doing a loop in bash, but not an ideal solution for mass downloads.</description>
		<content:encoded><![CDATA[<p>Please keep in mind that when I wrote this article, Firefox 1.0 was all we had and we were wishing it didn&#8217;t suck so bad.</p>
<p>More than three years later, and this is still a good example of doing a loop in bash, but not an ideal solution for mass downloads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: concode</title>
		<link>http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/comment-page-1/#comment-519</link>
		<dc:creator>concode</dc:creator>
		<pubDate>Wed, 18 Jun 2008 21:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=25#comment-519</guid>
		<description>You might want to have a look at this Firefox Plugin</description>
		<content:encoded><![CDATA[<p>You might want to have a look at this Firefox Plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ohsnapitsice</title>
		<link>http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/comment-page-1/#comment-521</link>
		<dc:creator>ohsnapitsice</dc:creator>
		<pubDate>Wed, 04 Jun 2008 06:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=25#comment-521</guid>
		<description>Anton,

Sorry to re-burst your bubble, but if i wanted to download all the MP3&#039;s on a site i&#039;d do:

wget -r -N -A.mp3 http://somesite.com/mp3s/

Nick was right, wget does it better.

But bash is still cool.... :)</description>
		<content:encoded><![CDATA[<p>Anton,</p>
<p>Sorry to re-burst your bubble, but if i wanted to download all the MP3&#8217;s on a site i&#8217;d do:</p>
<p>wget -r -N -A.mp3 <a href="http://somesite.com/mp3s/" rel="nofollow">http://somesite.com/mp3s/</a></p>
<p>Nick was right, wget does it better.</p>
<p>But bash is still cool&#8230;. <img src='http://antonolsen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/comment-page-1/#comment-518</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Sun, 17 Sep 2006 22:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=25#comment-518</guid>
		<description>Nick,

I don&#039;t have a bubble to burst.  I got tired of reinflating it and just let it go.

I&#039;m very familiar with wget and fully understand it&#039;s capabilities and limitations.  The recursive option is great if you want to actually mirror a site or a page, but not so handy if all you want are the MP3s on that one page.

When I&#039;m leeching files I just open a terminal, run a wget loop that reads from stdin, then just paste any urls I want to fetch into the terminal.  It&#039;s the poor man&#039;s download manager and it serializes the downloads so it&#039;ll have a minimal impact on the network.</description>
		<content:encoded><![CDATA[<p>Nick,</p>
<p>I don&#8217;t have a bubble to burst.  I got tired of reinflating it and just let it go.</p>
<p>I&#8217;m very familiar with wget and fully understand it&#8217;s capabilities and limitations.  The recursive option is great if you want to actually mirror a site or a page, but not so handy if all you want are the MP3s on that one page.</p>
<p>When I&#8217;m leeching files I just open a terminal, run a wget loop that reads from stdin, then just paste any urls I want to fetch into the terminal.  It&#8217;s the poor man&#8217;s download manager and it serializes the downloads so it&#8217;ll have a minimal impact on the network.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/comment-page-1/#comment-517</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 17 Sep 2006 21:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=25#comment-517</guid>
		<description>Sorry to burst your bubble but wget has a recursive option which works even better than that. :)</description>
		<content:encoded><![CDATA[<p>Sorry to burst your bubble but wget has a recursive option which works even better than that. <img src='http://antonolsen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/comment-page-1/#comment-516</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Mon, 12 Jun 2006 03:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=25#comment-516</guid>
		<description>That&#039;s all fine if there are a few, or even 5 files to download, but what about a page with 100 mp3s?

Now assume the server limits you to just 4 connections.  You&#039;ll have to wait for the first to finish before you can even start the 5th.

I&#039;m fully aware of the download option.  If you read the second paragraph of the article you will see that I indicate it&#039;s tedious, not impossible.</description>
		<content:encoded><![CDATA[<p>That&#8217;s all fine if there are a few, or even 5 files to download, but what about a page with 100 mp3s?</p>
<p>Now assume the server limits you to just 4 connections.  You&#8217;ll have to wait for the first to finish before you can even start the 5th.</p>
<p>I&#8217;m fully aware of the download option.  If you read the second paragraph of the article you will see that I indicate it&#8217;s tedious, not impossible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaan</title>
		<link>http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/comment-page-1/#comment-515</link>
		<dc:creator>Kaan</dc:creator>
		<pubDate>Mon, 12 Jun 2006 00:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=25#comment-515</guid>
		<description>Just my 2 cents....

Why not use Option-click (on a Mac; for Windows it&#039;s probably control-click) to automatically download whatever link is clicked?

That way, if you&#039;re sitting on a web page with lots of interesting things you want to download, just hold down that modifier key and click click click. This works on all versions of Firefox (other browsers, too), and requires no setup or configuration.</description>
		<content:encoded><![CDATA[<p>Just my 2 cents&#8230;.</p>
<p>Why not use Option-click (on a Mac; for Windows it&#8217;s probably control-click) to automatically download whatever link is clicked?</p>
<p>That way, if you&#8217;re sitting on a web page with lots of interesting things you want to download, just hold down that modifier key and click click click. This works on all versions of Firefox (other browsers, too), and requires no setup or configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mansoor Nathani&#8217;s Blog &#187; Blog Archive &#187; links for 2006-06-06</title>
		<link>http://antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/comment-page-1/#comment-514</link>
		<dc:creator>Mansoor Nathani&#8217;s Blog &#187; Blog Archive &#187; links for 2006-06-06</dc:creator>
		<pubDate>Tue, 06 Jun 2006 00:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=25#comment-514</guid>
		<description>[...] Anton’s Stuff » Blog Archive » using a bash ‘for loop’ to wget (tags: Wgetdownload) [...]</description>
		<content:encoded><![CDATA[<p>[...] Anton’s Stuff » Blog Archive » using a bash ‘for loop’ to wget (tags: Wgetdownload) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
