Changeset 488

Show
Ignore:
Timestamp:
02/13/2008 08:18:44 PM (4 years ago)
Author:
gbooker
Message:

Enable AKA searches as well
Fixes #119

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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 ;