<?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>Quantumpair &#187; Berlin</title>
	<atom:link href="http://quantumpair.net/index.php/tag/berlin/feed/" rel="self" type="application/rss+xml" />
	<link>http://quantumpair.net</link>
	<description>Reality by Observation</description>
	<lastBuildDate>Sun, 25 Apr 2010 17:39:23 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>26C3 Torrents bequem laden</title>
		<link>http://quantumpair.net/index.php/2009/12/31/26c3-torrents-bequem-laden/</link>
		<comments>http://quantumpair.net/index.php/2009/12/31/26c3-torrents-bequem-laden/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 17:53:23 +0000</pubDate>
		<dc:creator>Pepi</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Technophilia]]></category>
		<category><![CDATA[26C3]]></category>
		<category><![CDATA[Berlin]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://quantumpair.net/?p=175</guid>
		<description><![CDATA[Wer sich die .torrent Dateien mit den Aufzeichnungen vom 26C3 runterladen möchte kann dies recht bequem per Terminal erledigen. Die folgenden Code Snippets sind für bash geeignet, für (t)csh oder zsh müssen sie evt. leicht angepaßt werden. Kann man sicherlich auch elegante machen, funktioniert aber tadellos. Verbesserungsvorschläge sind willkommen. MP4 Videos curl -s 'http://pipes.yahoo.com/pipes/pipe.run?_id=7688f1c3fdb544de90fe10ad93f2be00&#038;_render=rss' &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>Wer sich die .torrent Dateien mit den <a href="http://events.ccc.de/congress/2009/wiki/Conference_Recordings">Aufzeichnungen</a> vom <a href="http://events.ccc.de/congress/2009/">26C3</a> runterladen möchte kann dies recht bequem per Terminal erledigen. Die folgenden Code Snippets sind für bash geeignet, für (t)csh oder zsh müssen sie evt. leicht angepaßt werden. Kann man sicherlich auch elegante machen, funktioniert aber tadellos. Verbesserungsvorschläge sind willkommen.</p>
<h3>MP4 Videos</h3>
<p><code>curl -s 'http://pipes.yahoo.com/pipes/pipe.run?_id=7688f1c3fdb544de90fe10ad93f2be00&#038;_render=rss' | grep .torrent | grep -v title | grep -v application/x-bittorrent | sed -e 's/^.*http:\/\//http:\/\//g' -e 's/\.torrent.*/\.torrent/g' | uniq | while read url; do curl -LO -# -C - "{$url}" ; done</code></p>
<h3>MP4 &#8211; iPhone/iPod touch</h3>
<p><code>curl -s 'http://pipes.yahoo.com/pipes/pipe.run?_id=ff2eaf37014c59765259758c228e3919&#038;_render=rss' | grep .torrent | grep -v title | grep -v application/x-bittorrent | sed -e 's/^.*http:\/\//http:\/\//g' -e 's/\.torrent.*/\.torrent/g' | uniq | while read url; do curl -LO -# -C - "{$url}" ; done</code></p>
<h3>MP3</h3>
<p><code>curl -s 'http://pipes.yahoo.com/pipes/pipe.run?_id=957eb6a061c7d297eb91669d782c3b7e&#038;_render=rss' | grep .torrent | grep -v title | grep -v application/x-bittorrent | sed -e 's/^.*http:\/\//http:\/\//g' -e 's/\.torrent.*/\.torrent/g' | uniq | while read url; do curl -LO -# -C - "{$url}" ; done</code></p>
<h3>OGG</h3>
<p><code>curl -s 'http://pipes.yahoo.com/pipes/pipe.run?_id=de9d44596ea0ad51e35a2500ca56672e&#038;_render=rss' | grep .torrent | grep -v title | grep -v application/x-bittorrent | sed -e 's/^.*http:\/\//http:\/\//g' -e 's/\.torrent.*/\.torrent/g' | uniq | while read url; do curl -LO -# -C - "{$url}" ; done</code></p>
<h3>Alle Video Torrents auf einmal</h3>
<p><code>curl -s 'http://pipes.yahoo.com/pipes/pipe.run?_id=7688f1c3fdb544de90fe10ad93f2be00&#038;_render=rss' 'http://pipes.yahoo.com/pipes/pipe.run?_id=ff2eaf37014c59765259758c228e3919&#038;_render=rss' 'http://pipes.yahoo.com/pipes/pipe.run?_id=957eb6a061c7d297eb91669d782c3b7e&#038;_render=rss' 'http://pipes.yahoo.com/pipes/pipe.run?_id=de9d44596ea0ad51e35a2500ca56672e&#038;_render=rss' | grep .torrent | grep -v title | grep -v application/x-bittorrent | sed -e 's/^.*http:\/\//http:\/\//g' -e 's/\.torrent.*/\.torrent/g' | uniq | while read url; do curl -LO -# -C - "{$url}" ; done</code></p>
]]></content:encoded>
			<wfw:commentRss>http://quantumpair.net/index.php/2009/12/31/26c3-torrents-bequem-laden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
