<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Youtube Scraper</title>
	<atom:link href="http://blackhatseo-blog.com/youtube-scraper/feed" rel="self" type="application/rss+xml" />
	<link>http://blackhatseo-blog.com/youtube-scraper</link>
	<description>spam 2.0</description>
	<pubDate>Tue, 18 Nov 2008 21:52:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Matt Longley</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-24242</link>
		<dc:creator>Matt Longley</dc:creator>
		<pubDate>Mon, 13 Oct 2008 20:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-24242</guid>
		<description>Thanks for the script, that will come in handy on a new project that I am working on. =)</description>
		<content:encoded><![CDATA[<p>Thanks for the script, that will come in handy on a new project that I am working on. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-23982</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Wed, 08 Oct 2008 22:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-23982</guid>
		<description>Thanks for this. I've been wondering how to get something like this working for a while.

Wayne</description>
		<content:encoded><![CDATA[<p>Thanks for this. I&#8217;ve been wondering how to get something like this working for a while.</p>
<p>Wayne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zaiaku</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-990</link>
		<dc:creator>Zaiaku</dc:creator>
		<pubDate>Tue, 03 Jul 2007 23:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-990</guid>
		<description>No it wont post automatically but will give your site or page dynamic content.</description>
		<content:encoded><![CDATA[<p>No it wont post automatically but will give your site or page dynamic content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpit</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-930</link>
		<dc:creator>Arpit</dc:creator>
		<pubDate>Thu, 31 May 2007 15:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-930</guid>
		<description>Will this make my blog automated? Or should I have to add any cronjob or something to control the frequency of updating my blog?</description>
		<content:encoded><![CDATA[<p>Will this make my blog automated? Or should I have to add any cronjob or something to control the frequency of updating my blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: busin3ss</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-925</link>
		<dc:creator>busin3ss</dc:creator>
		<pubDate>Thu, 31 May 2007 15:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-925</guid>
		<description>[quote comment="838"]I don't have any idea of how to use this script. Can you please give us some detailed instruction for doing it? I have messaged you on Digital point forum about this. Please guide me.[/quote]

It's actually really easy, just copy the code and save it on a file (youtube.php for example). Then wherever you want to insert a Youtube video related to a keyword, just add this:

require_once('youtube.php'); // assuming your file is called youtube.php

And then just wherever you want to see the video add this:

youtube('bmw'); // this will include a youtube video about BWM</description>
		<content:encoded><![CDATA[<blockquote><p>
I don&#8217;t have any idea of how to use this script. Can you please give us some detailed instruction for doing it? I have messaged you on Digital point forum about this. Please guide me.</p>
</blockquote>
<p>It&#8217;s actually really easy, just copy the code and save it on a file (youtube.php for example). Then wherever you want to insert a Youtube video related to a keyword, just add this:</p>
<p>require_once(&#8217;youtube.php&#8217;); // assuming your file is called youtube.php</p>
<p>And then just wherever you want to see the video add this:</p>
<p>youtube(&#8217;bmw&#8217;); // this will include a youtube video about BWM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpit</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-924</link>
		<dc:creator>Arpit</dc:creator>
		<pubDate>Thu, 31 May 2007 15:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-924</guid>
		<description>I don't have any idea of how to use this script. Can you please give us some detailed instruction for doing it? I have messaged you on Digital point forum about this. Please guide me.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have any idea of how to use this script. Can you please give us some detailed instruction for doing it? I have messaged you on Digital point forum about this. Please guide me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShinZaiaku</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-945</link>
		<dc:creator>ShinZaiaku</dc:creator>
		<pubDate>Tue, 29 May 2007 00:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-945</guid>
		<description>Warning: preg_match() expects parameter 2 to be string, resource given in /home/public_html/004/youtube.php on line 5

I'm getting this error.</description>
		<content:encoded><![CDATA[<p>Warning: preg_match() expects parameter 2 to be string, resource given in /home/public_html/004/youtube.php on line 5</p>
<p>I&#8217;m getting this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagged55</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-933</link>
		<dc:creator>Jagged55</dc:creator>
		<pubDate>Fri, 06 Apr 2007 04:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-933</guid>
		<description>Thanks for the code...I am anxious to use it!

Is this code working correctly? I am getting a blank page and
 am not sure if it is an error that I made or if the code still
 needs more updating.

There is a very good chance that I messed up so forgive me if
it is my fault  :)</description>
		<content:encoded><![CDATA[<p>Thanks for the code&#8230;I am anxious to use it!</p>
<p>Is this code working correctly? I am getting a blank page and<br />
 am not sure if it is an error that I made or if the code still<br />
 needs more updating.</p>
<p>There is a very good chance that I messed up so forgive me if<br />
it is my fault  <img src='http://blackhatseo-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: busin3ss</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-932</link>
		<dc:creator>busin3ss</dc:creator>
		<pubDate>Sat, 31 Mar 2007 00:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-932</guid>
		<description>[quote comment="21"]uhm.. doesn't work for me..
I get a blank page..[/quote]


Nils you are right, I was missing this line:
$youtube = fopen($url, “r”);
I just updated the code with the fix.</description>
		<content:encoded><![CDATA[<blockquote cite="http://blackhatseo-blog.com/quit-quick-indexing-tool#comment-21"><p>
uhm.. doesn&#8217;t work for me..<br />
I get a blank page..</p>
</blockquote>
<p>Nils you are right, I was missing this line:<br />
$youtube = fopen($url, “r”);<br />
I just updated the code with the fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils</title>
		<link>http://blackhatseo-blog.com/youtube-scraper#comment-931</link>
		<dc:creator>Nils</dc:creator>
		<pubDate>Fri, 30 Mar 2007 14:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://blackhatseo-blog.com/?p=12#comment-931</guid>
		<description>uhm.. doesn't work for me..
I get a blank page..</description>
		<content:encoded><![CDATA[<p>uhm.. doesn&#8217;t work for me..<br />
I get a blank page..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
