Changeset 640

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

Correct fetching of title from TVRage's changed site.

Note to TVRage: Yes, we know you created these XML feeds for tools such as this, but until your feed actually contains the same information we already fetch, they are uterly useless to us.

Fixes #200

Files:

Legend:

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

    r593 r640  
    2727 
    2828/* TVRage XPATHS  */ 
    29 #define TVRAGE_SHOWNAME_XPATH @".//h3/text()" 
     29#define TVRAGE_SHOWNAME_XPATH @".//font[@size=2][@color=\"white\"]/b/text()" 
    3030#define TVRAGE_EPLIST_XPATH @"//*[@class='b']" 
    3131#define TVRAGE_EP_INFO @".//*[@class='b2']/*"