The branch, dharma-pre has been updated
       via  35f948adc587a26520f3b68867e00f096b043d40 (commit)
      from  ec71a527c93657ca171765cb265ba221278b03de (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=35f948adc587a26520f3b68867e00f096b043d40

commit 35f948adc587a26520f3b68867e00f096b043d40
Author: olympia <[email protected]>
Date:   Wed Oct 6 08:06:27 2010 +0200

    [metadata.imdb.com] title won't find if year includes the string /I in the 
search results

diff --git a/metadata.imdb.com/addon.xml b/metadata.imdb.com/addon.xml
index f0aa1c6..85ab1c5 100644
--- a/metadata.imdb.com/addon.xml
+++ b/metadata.imdb.com/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.imdb.com"
        name="IMDb"
-        version="2.0.6"
+        version="2.0.7"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.imdb.com/changelog.txt b/metadata.imdb.com/changelog.txt
index 6b5a5a9..138e14f 100644
--- a/metadata.imdb.com/changelog.txt
+++ b/metadata.imdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.0.7[/B]
+- fixed: title won't find if year includes the string /I in the search results
+
 [B]2.0.6[/B]
 - fixed: year won't get scraped if a string attached to the year (e.g. "TV 
2008")
 
diff --git a/metadata.imdb.com/imdb.xml b/metadata.imdb.com/imdb.xml
index 194650f..3b2aa69 100644
--- a/metadata.imdb.com/imdb.xml
+++ b/metadata.imdb.com/imdb.xml
@@ -28,7 +28,7 @@
                                <expression noclean="1">(&gt;&lt;a 
href=&quot;/title.*)</expression>
                        </RegExp>
                        <RegExp input="$$4" 
output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url
 
cache=&quot;\1-main.html&quot;&gt;http://akas.imdb.com/title/\1/&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;";
 dest="5+">
-                               <expression repeat="yes" 
noclean="1,2">&gt;&lt;a 
href=&quot;/title/([t0-9]*)/[^&gt;]*&gt;(?:&amp;#x22;)?([^&lt;]*?)(?:&amp;#x22;)?&lt;/a&gt;
 *\([^\d]*?([0-9]*)\)</expression>
+                               <expression repeat="yes" 
noclean="1,2">&gt;&lt;a 
href=&quot;/title/([t0-9]*)/[^&gt;]*&gt;(?:&amp;#x22;)?([^&lt;]*?)(?:&amp;#x22;)?&lt;/a&gt;
 *\([^\d]*?([0-9]{4})</expression>
                        </RegExp>
                        <expression clear="yes" noclean="1"/>
                </RegExp>

-----------------------------------------------------------------------

Summary of changes:
 metadata.imdb.com/addon.xml     |    2 +-
 metadata.imdb.com/changelog.txt |    3 +++
 metadata.imdb.com/imdb.xml      |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to