The branch, dharma has been updated
via 9f200c4a41056ec1b8a621cb7ce3ca7f5ca40cbf (commit)
from 70a731adc860fbcf6aa218157b04280d388a8177 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=9f200c4a41056ec1b8a621cb7ce3ca7f5ca40cbf
commit 9f200c4a41056ec1b8a621cb7ce3ca7f5ca40cbf
Author: vdrfan <[email protected]>
Date: Sun Jul 31 13:58:58 2011 +0200
[metadata.imdb.com] updated to version 2.2.4
(cherry picked from commit 308d967c21eebb6c93569f4199e54838f4d93bef)
diff --git a/metadata.imdb.com/addon.xml b/metadata.imdb.com/addon.xml
index a879db7..62133c9 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.2.3"
+ version="2.2.4"
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 adf2112..4f0d878 100644
--- a/metadata.imdb.com/changelog.txt
+++ b/metadata.imdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.2.4[/B]
+- fixed: missing imdb ID in search results due to site changes
+
[B]2.2.3[/B]
- fixed: IMDb rating
diff --git a/metadata.imdb.com/imdb.xml b/metadata.imdb.com/imdb.xml
index 556011b..2480f4a 100644
--- a/metadata.imdb.com/imdb.xml
+++ b/metadata.imdb.com/imdb.xml
@@ -19,13 +19,7 @@
<GetSearchResults dest="8">
<RegExp input="$$5" output="<?xml version="1.0"
encoding="iso-8859-1"
standalone="yes"?><results>\1</results>" dest="8">
<RegExp input="$$1" output="\1" dest="7">
- <expression
clear="yes">/title/([t0-9]*)/combined</expression>
- </RegExp>
- <RegExp input="$$1" output="\1" dest="8">
- <expression
clear="yes">/title/([t0-9]*)/faq</expression>
- </RegExp>
- <RegExp input="$$8" output="\1" dest="7">
- <expression>(.+)</expression>
+ <expression
clear="yes">/title/([t0-9]*)/(combined|faq|releaseinfo|vote)</expression>
</RegExp>
<RegExp input="$$1"
output="<entity><title>\1</title><year>\2</year><url
cache="$$7-main.html">http://akas.imdb.com/title/$$7/</url><id>$$7</id></entity>"
dest="5">
<expression clear="yes" noclean="1"><meta
name="title"
content="(?:&#x22;)?([^"]*?)(?:&#x22;)?
\([^\(]*?([0-9]{4})\)</expression>
-----------------------------------------------------------------------
Summary of changes:
metadata.imdb.com/addon.xml | 2 +-
metadata.imdb.com/changelog.txt | 3 +++
metadata.imdb.com/imdb.xml | 8 +-------
3 files changed, 5 insertions(+), 8 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons