Changeset 1469
- Timestamp:
- Sep 9, 2013, 10:13:00 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/postprocessors/imdb_augment_data
r1406 r1469 28 28 29 29 my $progname = "imdb_augment_data"; 30 my $version = "1.0 2";30 my $version = "1.03"; 31 31 32 32 use XMLTV; … … 313 313 my $showname = $title; 314 314 $showname = "$1, The" if ($showname =~ /^The (.*)/i); # format to match search results 315 next unless ($text =~ /^$ showname \(((19|20)\d\d)\)$/i); # ignore partial & approximate matches315 next unless ($text =~ /^$title \(((19|20)\d\d)\)$/i); # ignore partial & approximate matches 316 316 my $found_year = $1; 317 317 if (!$movie_year || !$found_year || (abs($movie_year - $found_year) <= 1) ) { -
trunk/status
r1468 r1469 15 15 grabber foxtel_swf 4.00 16 16 reconciler reconciler_mk2 0.49 17 postprocessor imdb_augment_data 1.0 217 postprocessor imdb_augment_data 1.03 18 18 postprocessor metacritic 1.0 19 19 postprocessor augment_timezone 0.30
Note: See TracChangeset
for help on using the changeset viewer.