<?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>i cant think &#187; mp3s</title>
	<atom:link href="http://wan.pengganas.net/tag/mp3s/feed/" rel="self" type="application/rss+xml" />
	<link>http://wan.pengganas.net</link>
	<description>a personal blog belong to mohammad azwan bin ali. you can find his writing about his life, thoughts , linux tips &#38; tricks, programming and many more</description>
	<lastBuildDate>Fri, 23 Jul 2010 13:44:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>download all mp3s from directory</title>
		<link>http://wan.pengganas.net/entry/download-all-mp3s-from-directory/</link>
		<comments>http://wan.pengganas.net/entry/download-all-mp3s-from-directory/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 08:13:13 +0000</pubDate>
		<dc:creator>azwan ali</dc:creator>
				<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[mp3s]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://wan.pengganas.net/entry/download-all-mp3s-from-directory/</guid>
		<description><![CDATA[have you ever read tips and trick to easy find mp3 from google? find dificulties to download them one by one? then here's a trick to download it with a single line command using wget [~]# wget -r -l4 ---no-parent -A.mp3 http://mp3site.com/directory/ it will find and download all files ended with .mp3 format. oh ya, [...]]]></description>
			<content:encoded><![CDATA[<p>have you ever read tips and trick to easy find mp3 from google? find dificulties to download them one by one?</p>
<p>then here's a trick to download it with a single line command using wget</p>
<p><strong>[~]# wget -r -l4 ---no-parent -A.mp3 http://mp3site.com/directory/</strong></p>
<p>it will find and download all files ended with .mp3 format. oh ya, in case is there any problem with your connection and you want to re-continue this, please insert -nc the command line</p>
<p><strong>[~]# wget -r -l4 ---no-parent -A.mp3 -nc http://mp3site.com/directory/</strong></p>
<p>so that it will skip existing/downloaded files.</p>
<p>example:</p>
<p>tips : google for "index of /mp3/"</p>
]]></content:encoded>
			<wfw:commentRss>http://wan.pengganas.net/entry/download-all-mp3s-from-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
