Ticket #166: imdb_plot.diff
| File imdb_plot.diff, 422 bytes (added by wazza, 7 months ago) |
|---|
-
SapphireMovieImporter.m
old new 463 463 } 464 464 else if([dataType hasPrefix:@"Plot:"]) 465 465 { 466 [trimmer scanUpToString:@" more\n" intoString:&plot];466 [trimmer scanUpToString:@"full summary" intoString:&plot]; 467 467 } 468 468 else 469 469 continue ;
