Changeset 587 for trunk/SapphireFrappliance/SapphireMovieImporter.m
- Timestamp:
- 06/13/2008 10:50:12 AM (4 years ago)
- Files:
-
- 1 modified
-
trunk/SapphireFrappliance/SapphireMovieImporter.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/SapphireMovieImporter.m
r533 r587 555 555 searchStr = [searchStr stringByReplacingAllOccurancesOf:@"." withString:@" "]; 556 556 searchStr = [searchStr stringByReplacingAllOccurancesOf:@"-" withString:@" "]; 557 searchStr = [searchStr stringByReplacingAllOccurancesOf:@"(" withString:@" "]; 558 searchStr = [searchStr stringByReplacingAllOccurancesOf:@")" withString:@" "]; 559 NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.imdb.com/find?s=all&site=aka&q=%@", [searchStr URLEncode]]]; 557 NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.imdb.com/find?s=tt&site=aka&q=%@", [searchStr URLEncode]]]; 560 558 NSError * error = nil; 561 559 BOOL uniqueResult=NO ;
