Changeset 398

Show
Ignore:
Timestamp:
12/15/07 03:26:12 (1 year ago)
Author:
gbooker
Message:

Warnings--

Files:

Legend:

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

    r397 r398  
    206206        NSMutableDictionary *ret = [NSMutableDictionary dictionary]; 
    207207        NSCharacterSet *decimalSet = [NSCharacterSet decimalDigitCharacterSet]; 
    208         NSCharacterSet *skipSet = [NSCharacterSet characterSetWithCharactersInString:@"- "]; 
    209208        /*Get the season's html*/ 
    210209        NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.tvrage.com%@/episode_guide/%d", seriesName, season]];