Changeset 488

Show
Ignore:
Timestamp:
02/13/08 20:18:44 (10 months ago)
Author:
gbooker
Message:

Enable AKA searches as well
Fixes #119

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFrappliance/SapphireMovieImporter.m

    r480 r488  
    547547        searchStr = [searchStr stringByReplacingAllOccurancesOf:@"(" withString:@" "]; 
    548548        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]]]; 
    550550        NSError * error = nil; 
    551551        BOOL uniqueResult=NO ;