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">(><a
href="/title.*)</expression>
</RegExp>
<RegExp input="$$4"
output="<entity><title>\2</title><year>\3</year><url
cache="\1-main.html">http://akas.imdb.com/title/\1/</url><id>\1</id></entity>"
dest="5+">
- <expression repeat="yes"
noclean="1,2">><a
href="/title/([t0-9]*)/[^>]*>(?:&#x22;)?([^<]*?)(?:&#x22;)?</a>
*\([^\d]*?([0-9]*)\)</expression>
+ <expression repeat="yes"
noclean="1,2">><a
href="/title/([t0-9]*)/[^>]*>(?:&#x22;)?([^<]*?)(?:&#x22;)?</a>
*\([^\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