[mythtv] [PATCH] Mythvideo IMDB grabber

Mikael Magnusson mikaelmagnusson at tjohoo.se
Wed Sep 3 03:55:12 EDT 2003


On Tue, Sep 02, 2003 at 11:40:58AM -0400, Isaac Richards wrote:
> Looks good to me, I just committed it all to CVS.
> 
> Isaac

That's fine, but one change you made to the patch broke the parsing 
of the director. The following line should be changed in 
mythvideo/videomanager.cpp

-    movieDirector = parseData(data, ">Directed by</b><br>\n<a href=\"/name/nm?", "</a><br>");
+    movieDirector = parseData(data, ">Directed by</b><br>\n<a href=\"/name/nm", "</a><br>");

Mikael M.


More information about the mythtv-dev mailing list