Changeset 1352 for trunk

Show
Ignore:
Timestamp:
07/31/11 21:57:29 (10 months ago)
Author:
gbooker
Message:

Corrected case where a title uniquely identifies a TV movie

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/MetaDataImporting/Scrapers/imdb.xml

    r1351 r1352  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <scraper framework="1.1" date="2011-06-11" name="IMDb.com" content="movies" thumb="imdb.png" language="en"> 
     2<scraper framework="1.1" date="2011-07-31" name="IMDb.com" content="movies" thumb="imdb.png" language="en"> 
    33        <include>common/imdb.xml</include> 
    44        <include>common/tmdb.xml</include> 
     
    6060                        </RegExp> 
    6161                        <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\1&lt;/title&gt;&lt;year&gt;\2&lt;/year&gt;&lt;url&gt;http://$INFO[url]/title/$$7/&lt;/url&gt;&lt;id&gt;$$7&lt;/id&gt;&lt;/entity&gt;" dest="5"> 
    62                                 <expression clear="yes" noclean="1">&lt;meta name=&quot;title&quot; content=&quot;([^&quot;]*) \((?:Video )?([0-9]*)\)</expression> 
     62                                <expression clear="yes" noclean="1">&lt;meta name=&quot;title&quot; content=&quot;([^&quot;]*) \((?:Video|TV )?([0-9]*)\)</expression> 
    6363                        </RegExp> 
    6464                        <RegExp input="$$1" output="\1" dest="4">