Changeset 1334 for trunk

Show
Ignore:
Timestamp:
12/12/10 17:07:42 (18 months ago)
Author:
gbooker
Message:

Also find single match search result titles which are of the form "Title (Video Year)", like the "Dead like Me" movie.

Files:
1 modified

Legend:

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

    r1333 r1334  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <scraper framework="1.1" date="2010-10-12" name="IMDb.com" content="movies" thumb="imdb.png" language="en"> 
     2<scraper framework="1.1" date="2010-12-12" 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;]*) \(([0-9]*)\)</expression> 
     62                                <expression clear="yes" noclean="1">&lt;meta name=&quot;title&quot; content=&quot;([^&quot;]*) \((?:Video )?([0-9]*)\)</expression> 
    6363                        </RegExp> 
    6464                        <RegExp input="$$1" output="\1" dest="4">