<div class="gmail_quote">On Jan 11, 2008 5:15 AM, Adam Egger &lt;<a href="mailto:mythtv2008@bdam.de">mythtv2008@bdam.de</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">On Jan 10, 2008 7:24 PM, Kevin Kuphal &lt;<a href="mailto:kuphal@dls.net">kuphal@dls.net</a>&gt; wrote:<br><br>&gt; It is entirely possible that the YouTube HTML changed and the parsing of the<br>&gt; video ID from the HTML fails and it cannot then grab the video. &nbsp;If it is
<br>&gt; grabbing the video fine, it could be a codec issue (which you can test by<br>&gt; downloading it yourself and playing it with the internal player).<br><br></div>Thanks Kevin for the answer.<br>I just realized that the Google Video feeds stopped working here in
<br>MythNews as well. It looks like the way MythNews parses feeds for the<br>video ID isn&#39;t the most reliable one.<br>Now MythNews tries to play an xml file it gets from google video<br>where&#39;s only one tag inside: Internal Server error.
<br><br>Could you point me to the place in the code where the parsing happens?\</blockquote>
<div>&nbsp;</div>
<div>In trunk/SVN code, it is at line 918 of mythnews.cpp<br></div>
<div><a href="http://svn.mythtv.org/trac/browser/trunk/mythplugins/mythnews/mythnews/mythnews.cpp">http://svn.mythtv.org/trac/browser/trunk/mythplugins/mythnews/mythnews/mythnews.cpp</a></div>
<div>&nbsp;</div>
<div>I would start by just commenting that out.&nbsp; I think after Google acquired YouTube they updated their RSS feeds to be compliant so the standard processing will work.&nbsp; If that doesn&#39;t work, then you can probably look on the YouTube developer site to see how Google&#39;s tags differ from what we are parsing for at line 275 of 
newsengine.cpp</div>
<div>&nbsp;</div>
<div>Kevin</div></div>