<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Youtube Legacy API out of service</title>
	<atom:link href="http://www.tubepress.net/youtube-legacy-api-out-of-service.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html</link>
	<description>Video Imports &#038; Downloads</description>
	<lastBuildDate>Wed, 25 Jan 2012 09:33:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: <img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> cesargomez999</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-788</link>
		<dc:creator><img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> cesargomez999</dc:creator>
		<pubDate>Mon, 09 Jan 2012 19:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-788</guid>
		<description>thanks for the info...
grettings..

cesar - &lt;a href=&quot;http://tusfrasesypoemas.com/&quot; rel=&quot;nofollow&quot;&gt;poemas&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>thanks for the info&#8230;<br />
grettings..</p>
<p>cesar &#8211; <a href="http://tusfrasesypoemas.com/" rel="nofollow">poemas</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Mansour</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-706</link>
		<dc:creator>Mario Mansour</dc:creator>
		<pubDate>Tue, 11 May 2010 21:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-706</guid>
		<description>Hi Fulankhan19

Thanks for sharing your discovery. TubePress 3.1.5 includes an update of the json library to support parsing of large amount of data. Which means that it is now possible to import more than 10 results at a time.</description>
		<content:encoded><![CDATA[<p>Hi Fulankhan19</p>
<p>Thanks for sharing your discovery. TubePress 3.1.5 includes an update of the json library to support parsing of large amount of data. Which means that it is now possible to import more than 10 results at a time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> fulankhan19</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-705</link>
		<dc:creator><img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> fulankhan19</dc:creator>
		<pubDate>Thu, 06 May 2010 07:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-705</guid>
		<description>The way I fixed this is I changed the line
//		$response = $json-&gt;decode($client-&gt;results);
to 
$response = json_decode($client-&gt;results, true);</description>
		<content:encoded><![CDATA[<p>The way I fixed this is I changed the line<br />
//		$response = $json-&gt;decode($client-&gt;results);<br />
to<br />
$response = json_decode($client-&gt;results, true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> fulankhan19</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-704</link>
		<dc:creator><img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> fulankhan19</dc:creator>
		<pubDate>Thu, 06 May 2010 07:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-704</guid>
		<description>Mario
It looks like the JSON parsing is not working. the json decode 
is not returning back a proper array. 

thanks,
Fulan
function getGdataRsp($functionName, $payload) {
		global $json,$client;
		$this-&gt;url = $this-&gt;buildQuery($functionName, $payload);
//$this-&gt;url looks correct and works with Youtube
		$client-&gt;fetch($this-&gt;url);
//$client-&gt;results; looks correct
		$response = $json-&gt;decode($client-&gt;results);
//$response - this gives back the word &quot;array&quot;
		return $response;
	}</description>
		<content:encoded><![CDATA[<p>Mario<br />
It looks like the JSON parsing is not working. the json decode<br />
is not returning back a proper array. </p>
<p>thanks,<br />
Fulan<br />
function getGdataRsp($functionName, $payload) {<br />
		global $json,$client;<br />
		$this-&gt;url = $this-&gt;buildQuery($functionName, $payload);<br />
//$this-&gt;url looks correct and works with Youtube<br />
		$client-&gt;fetch($this-&gt;url);<br />
//$client-&gt;results; looks correct<br />
		$response = $json-&gt;decode($client-&gt;results);<br />
//$response &#8211; this gives back the word &#8220;array&#8221;<br />
		return $response;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img src='http://www.tubepress.net/wp-content/plugins/rpx/images/facebook.png'/> Justine Pascal</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-678</link>
		<dc:creator><img src='http://www.tubepress.net/wp-content/plugins/rpx/images/facebook.png'/> Justine Pascal</dc:creator>
		<pubDate>Sun, 24 Jan 2010 10:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-678</guid>
		<description>Hi!
thank you for the great plug-in, very useful !
but i&#039;ve got a problem. for two days now, it doesn&#039;t work anymore. i have the latest version installed and i take the correct video ID but it always says &quot;no videos were found&quot; ... i&#039;m totally lost and really need the plug-in. do you know how i can fix it ?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
thank you for the great plug-in, very useful !<br />
but i&#8217;ve got a problem. for two days now, it doesn&#8217;t work anymore. i have the latest version installed and i take the correct video ID but it always says &#8220;no videos were found&#8221; &#8230; i&#8217;m totally lost and really need the plug-in. do you know how i can fix it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> muzicaromaneasca.net</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-669</link>
		<dc:creator><img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> muzicaromaneasca.net</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-669</guid>
		<description>Hi
it simply doesn&#039;t work.

Import by tsag doesn&#039;t work I always get &quot;no new videos&quot;.
 
I used it successfully until few days ago.</description>
		<content:encoded><![CDATA[<p>Hi<br />
it simply doesn&#8217;t work.</p>
<p>Import by tsag doesn&#8217;t work I always get &#8220;no new videos&#8221;.</p>
<p>I used it successfully until few days ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> pit.sidonia</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-668</link>
		<dc:creator><img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> pit.sidonia</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-668</guid>
		<description>i also get this message very often &quot;No Videos Found&quot; and there are videos.</description>
		<content:encoded><![CDATA[<p>i also get this message very often &#8220;No Videos Found&#8221; and there are videos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> pit.sidonia</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-667</link>
		<dc:creator><img src='http://www.tubepress.net/wp-content/plugins/rpx/images/google.png'/> pit.sidonia</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-667</guid>
		<description>Mario i upgraded to the latest version, but what i mean is that untill 11 November, tubpress pluggin was importing tags from youtube as wordpress tags, but now he does not. he import the youtube tags but he don&#039;t post them as wordpress tags. is there any fix for that ?</description>
		<content:encoded><![CDATA[<p>Mario i upgraded to the latest version, but what i mean is that untill 11 November, tubpress pluggin was importing tags from youtube as wordpress tags, but now he does not. he import the youtube tags but he don&#8217;t post them as wordpress tags. is there any fix for that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Mansour</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-666</link>
		<dc:creator>Mario Mansour</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-666</guid>
		<description>please upgrade to the latest version.</description>
		<content:encoded><![CDATA[<p>please upgrade to the latest version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img src='http://www.tubepress.net/wp-content/plugins/rpx/images/yahoo.png'/> ircstorm</title>
		<link>http://www.tubepress.net/youtube-legacy-api-out-of-service.html/comment-page-1#comment-665</link>
		<dc:creator><img src='http://www.tubepress.net/wp-content/plugins/rpx/images/yahoo.png'/> ircstorm</dc:creator>
		<pubDate>Mon, 16 Nov 2009 09:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubepress.net/?p=148#comment-665</guid>
		<description>hello, tubepress does not import tags anymore?</description>
		<content:encoded><![CDATA[<p>hello, tubepress does not import tags anymore?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

