<?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>AllSubs Movie Subtitles Blog &#187; Subtitles</title>
	<atom:link href="http://blog.allsubs.org/category/subtitles/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.allsubs.org</link>
	<description>AllSubs.org&#039;s Blog</description>
	<lastBuildDate>Mon, 24 Jan 2011 10:57:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AllSubs API</title>
		<link>http://blog.allsubs.org/2010/02/allsubs-api/</link>
		<comments>http://blog.allsubs.org/2010/02/allsubs-api/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 14:21:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOWTOs]]></category>
		<category><![CDATA[Subtitles]]></category>

		<guid isPermaLink="false">http://blog.allsubs.org/?p=167</guid>
		<description><![CDATA[AllSubs&#8217;s vast collection of movie and TV series subtitles is now accessible via a simple API.
Usage example:
http://api.allsubs.org/index.php?search=heroes+season+4&#38;language=en&#38;limit=3
where
search is the search string
language is the language for the subtitles; if left empty all languages will be shown.
Available languages are: en, sq, ar, bg, zh, hr, cs, da, nl, et, fi, fr, ka, de, el, he, hi, hu, [...]]]></description>
			<content:encoded><![CDATA[<p>AllSubs&#8217;s vast collection of movie and TV series subtitles is now accessible via a simple API.</p>
<p>Usage example:<br />
<em>http://api.allsubs.org/index.php?search=heroes+season+4&amp;language=en&amp;limit=3</em><br />
where<br />
<strong>search </strong>is the search string<br />
<strong>language </strong>is the language for the subtitles; if left empty all languages will be shown.<br />
Available languages are: en, sq, ar, bg, zh, hr, cs, da, nl, et, fi, fr, ka, de, el, he, hi, hu, it, ja, ko, lv, lt, mk, no, pl, pt, ro, ru, sk, sl, es, sv, tr, vn<br />
<strong>limit</strong> how many results to display, default is 10</p>
<p>Note:</p>
<ul>
<li>this API can be used by anyone. Anyway, we reserve the right to restrict access in case of abuse or excessiv traffic</li>
<li>feel free to add a link back to our site if you&#8217;re using our API. Its not a requirement but it would be nice <img src='http://blog.allsubs.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>there is always room for improvements; should you have questions/suggestions don&#8217;t hesitate to <a href="http://www.allsubs.org/contact">contact</a> us</li>
</ul>
<p>Here&#8217;s a sample PHP code that you could use to read API&#8217;s results:<br />
<em>&lt;?</em></p>
<p><em>$xml_request_url = &#8216;http://api.allsubs.org/index.php?search=heroes+season+4&amp;language=en&amp;limit=3&#8242;;<br />
$xml = new SimpleXMLElement($xml_request_url, null, true);</em></p>
<p><em>echo &#8220;&lt;BR&gt;&#8221;.$xml-&gt;title;<br />
echo &#8220;&lt;BR&gt;&#8221;.$xml-&gt;link;<br />
echo &#8220;&lt;BR&gt;&#8221;.$xml-&gt;description;<br />
echo &#8220;&lt;BR&gt;&#8221;.$xml-&gt;language;<br />
echo &#8220;&lt;BR&gt;&#8221;.$xml-&gt;results;<br />
echo &#8220;&lt;BR&gt;&#8221;.$xml-&gt;found_results;</em></p>
<p><em>foreach ( $xml-&gt;items-&gt;item as $item )<br />
{<br />
echo &#8220;&lt;BR&gt;Title :&#8221;.$item-&gt;title;<br />
echo &#8220;&lt;BR&gt;Link :&#8221;.$item-&gt;link;<br />
echo &#8220;&lt;BR&gt;Filename :&#8221;.$item-&gt;filename;<br />
echo &#8220;&lt;BR&gt;Files in archive :&#8221;.$item-&gt;files_in_archive;<br />
echo &#8220;&lt;BR&gt;Languages :&#8221;.$item-&gt;languages;<br />
echo &#8220;&lt;BR&gt;Added on :&#8221;.$item-&gt;added_on;<br />
echo &#8220;&lt;BR&gt;&#8221;;</em></p>
<p><em>}</em></p>
<p><em>?&gt;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.allsubs.org/2010/02/allsubs-api/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Inglorious Bastards</title>
		<link>http://blog.allsubs.org/2009/09/inglorious-bastards/</link>
		<comments>http://blog.allsubs.org/2009/09/inglorious-bastards/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:11:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Subtitles]]></category>

		<guid isPermaLink="false">http://blog.allsubs.org/?p=56</guid>
		<description><![CDATA[Inglorious Bastards or Inglorious Basterds, the latest Tarantino movie is a 2.5H heroic epic of Nazi occupied France.
In pure QT style everything ends up in a big style blodshed with little resemblance to the actual historical facts  
Nevertheless its a movie worth watching as its being rated a &#8220;10&#8243; by most of its viewers
Watch [...]]]></description>
			<content:encoded><![CDATA[<p><em>Inglorious Bastards</em> or <em>Inglorious Basterds</em>, the latest Tarantino movie is a 2.5H heroic epic of Nazi occupied France.</p>
<p>In pure QT style everything ends up in a big style blodshed with little resemblance to the actual historical facts <img src='http://blog.allsubs.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Nevertheless its a movie worth watching as its being rated a &#8220;10&#8243; by <a href="http://www.imdb.com/title/tt0361748/">most of its viewers</a></p>
<p>Watch the movie online on <a href="http://campaigns.ireel.com/campaign/index?ref=2837">iReel </a>and/or check for its subtitles <a href="http://www.allsubs.org//search-subtitle/inglorious+bastards+/10">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.allsubs.org/2009/09/inglorious-bastards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nostradamus 2012 subtitles</title>
		<link>http://blog.allsubs.org/2009/08/nostradamus-2012-subtitles/</link>
		<comments>http://blog.allsubs.org/2009/08/nostradamus-2012-subtitles/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 11:47:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Subtitles]]></category>

		<guid isPermaLink="false">http://blog.allsubs.org/?p=39</guid>
		<description><![CDATA[We need more subtitles (especially English) for Nostradamus 2012, anyone who could help is welcome.
]]></description>
			<content:encoded><![CDATA[<p>We need more subtitles (especially English) for <a href="http://www.allsubs.org/search-subtitle/nostradamus+2012/">Nostradamus 2012</a>, anyone who could help is welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.allsubs.org/2009/08/nostradamus-2012-subtitles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Taking of Pelham 1 2 3 &#8211; new subtitles added</title>
		<link>http://blog.allsubs.org/2009/08/the-taking-of-pelham-1-2-3-new-subtitles-added/</link>
		<comments>http://blog.allsubs.org/2009/08/the-taking-of-pelham-1-2-3-new-subtitles-added/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 11:44:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Subtitles]]></category>

		<guid isPermaLink="false">http://blog.allsubs.org/?p=36</guid>
		<description><![CDATA[We just added new subtitles for The Taking of Pelham 1 2 3 they can be found here
]]></description>
			<content:encoded><![CDATA[<p>We just added new subtitles for <a href="http://www.imdb.com/title/tt1111422/">The Taking of Pelham 1 2 3</a> they can be found <a href="http://www.allsubs.org//search-subtitle/Taking+Of+Pelham+123%2C+The+/10">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.allsubs.org/2009/08/the-taking-of-pelham-1-2-3-new-subtitles-added/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Filantropica subtitles</title>
		<link>http://blog.allsubs.org/2009/08/filantropica-subtitles/</link>
		<comments>http://blog.allsubs.org/2009/08/filantropica-subtitles/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 14:17:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Subtitles]]></category>

		<guid isPermaLink="false">http://blog.allsubs.org/?p=8</guid>
		<description><![CDATA[We just managed to get the most complete collection of Filantropica subtitles:
http://www.allsubs.org/search-subtitle/filantropica/200
]]></description>
			<content:encoded><![CDATA[<p>We just managed to get the most complete collection of Filantropica subtitles:</p>
<p><a href="http://www.allsubs.org/search-subtitle/filantropica/200">http://www.allsubs.org/search-subtitle/filantropica/200</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.allsubs.org/2009/08/filantropica-subtitles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

