Changeset 641

Show
Ignore:
Timestamp:
07/26/08 21:16:05 (4 months ago)
Author:
gbooker
Message:

Merge over [640]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/CoreData/SapphireFrappliance/MetaDataImporting/SapphireTVShowImporter.m

    r629 r641  
    3030 
    3131/* TVRage XPATHS  */ 
    32 #define TVRAGE_SHOWNAME_XPATH @".//h3/text()" 
     32#define TVRAGE_SHOWNAME_XPATH @".//font[@size=2][@color=\"white\"]/b/text()" 
    3333#define TVRAGE_EPLIST_XPATH @"//*[@class='b']" 
    3434#define TVRAGE_EP_INFO @".//*[@class='b2']/*" 
     
    142142{ 
    143143        /*Set the key by which to store this.  Either by season/ep or season/title*/ 
     144//      NSLog(@"Adding ep to show %@, title %@, season %d, num %d, sum %@ link %@, absNum %d, date %@, id %@, img %@", showName, epTitle, season, ep, summary, epLink, epNumber, airDate, showID, imgURL); 
    144145        NSNumber *epNum = [NSNumber numberWithInt:ep]; 
    145146        id key = epNum;