<div class="gmail_quote">On Jan 11, 2008 5:15 AM, Adam Egger <<a href="mailto:mythtv2008@bdam.de">mythtv2008@bdam.de</a>> 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 <<a href="mailto:kuphal@dls.net">kuphal@dls.net</a>> wrote:<br><br>> It is entirely possible that the YouTube HTML changed and the parsing of the<br>> video ID from the HTML fails and it cannot then grab the video. If it is
<br>> grabbing the video fine, it could be a codec issue (which you can test by<br>> 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't the most reliable one.<br>Now MythNews tries to play an xml file it gets from google video<br>where'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> </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> </div>
<div>I would start by just commenting that out. I think after Google acquired YouTube they updated their RSS feeds to be compliant so the standard processing will work. If that doesn't work, then you can probably look on the YouTube developer site to see how Google's tags differ from what we are parsing for at line 275 of
newsengine.cpp</div>
<div> </div>
<div>Kevin</div></div>