Changeset 396

Show
Ignore:
Timestamp:
12/11/07 22:06:27 (1 year ago)
Author:
gbooker
Message:

A slightly different method of rejecting image links in search results
Fixes #32

Files:

Legend:

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

    r391 r396  
    562562                                } 
    563563                                /* Skip image links */ 
    564                                 else if(resultURL == nil || [resultTitleValue compare:@" "]
     564                                else if(resultURL == nil || [resultTitleValue characterAtIndex:0] == 160
    565565                                        continue; 
    566566                                /*Skip Video Game titles (VG) */