<?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>NGCoders - Next Generation Coders &#187; youtube</title>
	<atom:link href="http://www.ngcoders.com/tag/youtube/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ngcoders.com</link>
	<description>Personal Blog of Vikas Patial.</description>
	<lastBuildDate>Sun, 01 Jan 2012 20:13:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP Youtube video downloader script</title>
		<link>http://www.ngcoders.com/php/php-youtube-video-downloader-script</link>
		<comments>http://www.ngcoders.com/php/php-youtube-video-downloader-script#comments</comments>
		<pubDate>Wed, 17 Sep 2008 23:37:19 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[download videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=41</guid>
		<description><![CDATA[I was searching for a simple script which would allow me to download videos from youtube using php. I did find some implementation but only one of them worked and it used Pear. So here is a simple script to help you download videos from youtube. Allows you to download restricted videos too by logging [...]]]></description>
			<content:encoded><![CDATA[<p>I was searching for a simple script which would allow me to download videos from youtube using php. I did find some implementation but only one of them worked and it used Pear. So here is a simple script to help you download videos from youtube. Allows you to download restricted  videos too by logging into youtube.</p>
<p>The script is a simple youtube class which uses CURL. </p>
<p>Sample usage of the youtube class &#8211; </p>
<div class="code">
<p>  include(&#8216;curl.php&#8217;);<br />
  include(&#8216;youtube.php&#8217;);</p>
<p>  $tube = new youtube();</p>
<p>  $links = $tube->get($_POST['url']);</p>
</div>
<p>New Version with much much more : <a href="http://www.ngcoders.com/downloads/freedown-downloader-video-downloader-script">FreeDown Downloader</a></p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p><center><a href="http://vidfetch.com"><br />
<img src="/images/apps/vidfetch_ngj.jpg"><br />
</a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/php/php-youtube-video-downloader-script/feed</wfw:commentRss>
		<slash:comments>141</slash:comments>
		</item>
	</channel>
</rss>

