Changeset 479 for trunk/SapphireFrappliance/SapphireMovieImporter.m
- Timestamp:
- 02/04/08 23:30:21 (4 years ago)
- Files:
-
- 1 modified
-
trunk/SapphireFrappliance/SapphireMovieImporter.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/SapphireMovieImporter.m
r476 r479 545 545 searchStr = [searchStr stringByReplacingAllOccurancesOf:@"." withString:@" "]; 546 546 searchStr = [searchStr stringByReplacingAllOccurancesOf:@"-" withString:@" "]; 547 searchStr = [searchStr stringByReplacingAllOccurancesOf:@"(" withString:@" "]; 548 searchStr = [searchStr stringByReplacingAllOccurancesOf:@")" withString:@" "]; 547 549 NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.imdb.com/find?s=all&q=%@", [searchStr URLEncode]]]; 548 550 NSError * error = nil; … … 643 645 if([metaData fileContainerType] == FILE_CONTAINER_TYPE_VIDEO_TS) 644 646 return YES; 645 elsereturn NO ;647 return NO ; 646 648 } 647 649
