<?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; download videos</title>
	<atom:link href="http://www.ngcoders.com/tag/download-videos/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ngcoders.com</link>
	<description>Personal Blog of Vikas Patial.</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:01:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 [...]]]></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>  // Only required for restricted videos<br />
  // $tube->username = &#8220;userid&#8221;;<br />
  // $tube->password = &#8220;password&#8221;;</p>
<p>  $download_link = $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.
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/php/php-youtube-video-downloader-script/feed</wfw:commentRss>
		<slash:comments>102</slash:comments>
		</item>
	</channel>
</rss>
