Index: mythvideo/mythvideo/scripts/imdb.pl
===================================================================
--- mythvideo/mythvideo/scripts/imdb.pl	(revision 7352)
+++ mythvideo/mythvideo/scripts/imdb.pl	(working copy)
@@ -167,7 +167,7 @@
    my @genres;
    my $lgenres = "";
    $count = 0;
-   $data = parseBetween($response, "<b class=\"ch\">Genre:</b>","<a href=\"/rg/title-tease/keywords/title/tt$movieid/keywords\">(more)</a>"); 
+   $data = parseBetween($response, "<b class=\"ch\">Genre:</b>","<b class=\"ch\">User Comments:</b>"); 
    if ($data) {
       my $beg = "/\">"; 
       my $end = "</a>";