Changeset 396

Show
Ignore:
Timestamp:
12/11/2007 10:06:27 PM (4 years ago)
Author:
gbooker
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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) */