<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Yet Another YouTube alternate Player (mplayerplug-in) | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/22281</link>
    <description>Recent comments on userscript: Yet Another YouTube alternate Player (mplayerplug-in)</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by simon!</title>
      <description>&lt;p&gt;A great idea :)&lt;/p&gt;

&lt;p&gt;Way to go!&lt;/p&gt;</description>
      <pubDate>Sat, 31 May 2008 12:55:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12702:37734</guid>
      <author>simon!</author>
      <link>http://userscripts.org/posts/37734</link>
    </item>
    <item>
      <title>Archived Comments, replied by Trevi&#241;o</title>
      <description>&lt;p&gt;Oooopsss... Sorry I sent the comment to the wrong page...  &lt;/p&gt;

&lt;p&gt;BTW, I love your script, so I wanted to port some of its feature back to the main &quot;Youtube alternate player&quot; script.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2008 17:13:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12702:37735</guid>
      <author>Trevi&#241;o</author>
      <link>http://userscripts.org/posts/37735</link>
    </item>
    <item>
      <title>Archived Comments, replied by Trevi&#241;o</title>
      <description>&lt;p&gt;I've added the code (below) based on YouTotem after the 'else if(iCanHazSpanna){'; now I can use the alternate player to play the best video quality available ;)&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;if(pD) {	
			var z = null;
			var scripts = document.getElementsByTagName('script');
			for(var i = 0; i &amp;lt; scripts.length &amp;amp;&amp;amp; z == null; ++i) {
				z = scripts[i].text.match(/video_id&quot;: &quot;([^&quot;]+).+, &quot;t&quot;: &quot;([^&quot;]+)/);
			}
				
			if(z == null) {
				alert('Unable to find video source');
				return;
			}
			
			var videosrc = 'http://youtube.com/get_video?video_id=' + z[1]+ '&amp;amp;t=' + z[2];
			var quality = '18'
        		videosrc += '&amp;amp;fmt=' + quality;

			var spanTex = encodeURIComponent(videosrc);&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2008 16:57:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12702:37736</guid>
      <author>Trevi&#241;o</author>
      <link>http://userscripts.org/posts/37736</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12702:37733</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/37733</link>
    </item>
  </channel>
</rss>
