Ticket #5368: imdb.pl.patch

File imdb.pl.patch, 536 bytes (added by hemphill@…, 16 years ago)
  • mythvideo/scripts/imdb.pl

    old new  
    235235   my $lgenres = "";
    236236   $data = parseBetween($response, "<h5>Genre:</h5>","</div>");
    237237   if ($data) {
    238       my $genre_pat = qr'/Sections/Genres/(?:[a-z ]+/)*">([^<]+)<'im;
     238      my $genre_pat = qr'/Sections/Genres/(?:[-a-z ]+/)*">([^<]+)<'im;
    239239      $lgenres = join(',', ($data =~ /$genre_pat/g));
    240240   }
    241241