Changeset 488
- Timestamp:
- 02/13/08 20:18:44 (10 months ago)
- Files:
-
- trunk/SapphireFrappliance/SapphireMovieImporter.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireFrappliance/SapphireMovieImporter.m
r480 r488 547 547 searchStr = [searchStr stringByReplacingAllOccurancesOf:@"(" withString:@" "]; 548 548 searchStr = [searchStr stringByReplacingAllOccurancesOf:@")" withString:@" "]; 549 NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.imdb.com/find?s=all& q=%@", [searchStr URLEncode]]];549 NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.imdb.com/find?s=all&site=aka&q=%@", [searchStr URLEncode]]]; 550 550 NSError * error = nil; 551 551 BOOL uniqueResult=NO ;
