<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Slacy's Blog &#187; download</title>
	<atom:link href="http://slacy.com/blog/tag/download/feed/" rel="self" type="application/rss+xml" />
	<link>http://slacy.com/blog</link>
	<description>This site is solar powered!</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:43:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Android Ringtone Downloads</title>
		<link>http://slacy.com/blog/2009/12/android-ringtone-downloads/</link>
		<comments>http://slacy.com/blog/2009/12/android-ringtone-downloads/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 19:20:40 +0000</pubDate>
		<dc:creator>slacy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ringtone]]></category>

		<guid isPermaLink="false">http://slacy.com/blog/?p=1027</guid>
		<description><![CDATA[You can download all the Android Ringtones in their original .ogg format here.]]></description>
			<content:encoded><![CDATA[<p>You can download all the <a href="http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/sounds;">Android Ringtones</a> in their original .ogg format here.</p>
]]></content:encoded>
			<wfw:commentRss>http://slacy.com/blog/2009/12/android-ringtone-downloads/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
	</item>
		<item>
		<title>Ripping daytrotter mp3 files</title>
		<link>http://slacy.com/blog/2008/02/ripping-daytrotter-mp3-files/</link>
		<comments>http://slacy.com/blog/2008/02/ripping-daytrotter-mp3-files/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 02:54:42 +0000</pubDate>
		<dc:creator>slacy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[daytrotter]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://slacy.com/blog/index.php/2008/02/20/ripping-daytrotter-mp3-files/</guid>
		<description><![CDATA[My friend Rich pointed me at daytrotter.com, and it looks like they have a really nice collection of live recordings by a bunch of interesting artists. All the files are available for download on their site, so using some trickery, &#8230; <a href="http://slacy.com/blog/2008/02/ripping-daytrotter-mp3-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My friend Rich pointed me at daytrotter.com, and it looks like they have a really nice collection of live recordings by a bunch of interesting artists.  All the files are available for download on their site, so using some trickery, I created a <a href="http://slacy.com/blog/wp-content/daytrotter_music.txt">txt file of all the mp3 URLs</a> so that you can use the same old wget trick to download them all.  Watch out, there&#8217;s 869 files in there, so I&#8217;d expect over 4GB of music&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://slacy.com/blog/2008/02/ripping-daytrotter-mp3-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
	</item>
		<item>
		<title>Ripping SXSW 2008 mp3 files</title>
		<link>http://slacy.com/blog/2008/02/ripping-sxsw-2008-mp3-files/</link>
		<comments>http://slacy.com/blog/2008/02/ripping-sxsw-2008-mp3-files/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 05:29:26 +0000</pubDate>
		<dc:creator>slacy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[sxsw]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://slacy.com/blog/index.php/2008/02/19/ripping-sxsw-2008-mp3-files/</guid>
		<description><![CDATA[I&#8217;ve grown impatient waiting for 2008.sxsw.com to release their torrent of mp3 files. I&#8217;m wondering if they&#8217;re going to do it at all. So, I decided to just suck down the whole site and scrape out all the URLs to &#8230; <a href="http://slacy.com/blog/2008/02/ripping-sxsw-2008-mp3-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve grown impatient waiting for 2008.sxsw.com to release their torrent of mp3 files.  I&#8217;m wondering if they&#8217;re going to do it at all. </p>
<p>So, I decided to just suck down the whole site and scrape out all the URLs to all the mp3 files and download them.  It was very straightforward.</p>
<p>First, scrape the site by doing something like this:</p>
<blockquote><p>
wget -nd -nH -r –no-parent -nc http://2008.sxsw.com/music/showcases/alpha/0.html
</p></blockquote>
<p>Then, do something like:</p>
<blockquote><p>
grep mp3_download *.html
</p></blockquote>
<p>(Yes, they were silly enough to use a CSS class for all their mp3 download links named &#8216;mp3_download&#8217;.)</p>
<p>Then, you&#8217;ll have a file with a bunch of raw HTML links.  Pull that into something like emacs and do some replace-regexp commands to trim it to just the URLs themselves.  (There are 740 of them).  I then took the resulting list of mp3s, split it into 2 files, and am running two copies of wget in parallel to suck them all down.  <a href="http://slacy.com/blog/wp-content/sxsw-2008-mp3s">Here&#8217;s a copy of the list of all 740 mp3 files</a>. </p>
<p>Send me an e-mail to my private account if you&#8217;d like me to hook you up with a .tar.bz2 of all 740 files.  I wonder if they&#8217;ll release that .torrent soon?  <img src='http://slacy.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>UPDATE:  The download completed overnight, and the resultant files are about 3.4GB.  </p>
]]></content:encoded>
			<wfw:commentRss>http://slacy.com/blog/2008/02/ripping-sxsw-2008-mp3-files/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
	</item>
	</channel>
</rss>

