The branch, dharma has been updated
via 93b6ec38de9d7945f983ec0529224f63121873bf (commit)
via e0b051d5e12ba00b66a496d66fc54e8074cb5836 (commit)
via 033be270b309b21cf18740bd72bbd3b9af30578b (commit)
from f57a5241426b96ff1a94b6dbc5adf763a04bc8a0 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=93b6ec38de9d7945f983ec0529224f63121873bf
commit 93b6ec38de9d7945f983ec0529224f63121873bf
Author: vdrfan <[email protected]>
Date: Fri Jan 13 22:36:36 2012 +0100
[metadata.imdb.com] updated to version 2.3.3
diff --git a/metadata.imdb.com/addon.xml b/metadata.imdb.com/addon.xml
index b375d01..b615534 100644
--- a/metadata.imdb.com/addon.xml
+++ b/metadata.imdb.com/addon.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.imdb.com"
name="IMDb"
- version="2.3.2"
+ version="2.3.3"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
<import addon="metadata.common.themoviedb.org" version="1.0.7"/>
- <import addon="metadata.common.movieposterdb.com" version="1.0.4"/>
- <import addon="metadata.common.imdb.com" version="2.1.2"/>
+ <import addon="metadata.common.movieposterdb.com" version="1.0.5"/>
+ <import addon="metadata.common.imdb.com" version="2.1.4"/>
<import addon="metadata.common.impa.com" version="1.0.3"/>
<import addon="metadata.common.hdtrailers.net" version="1.0.6"/>
<import addon="metadata.common.youtubetrailers" version="1.0.4"/>
diff --git a/metadata.imdb.com/changelog.txt b/metadata.imdb.com/changelog.txt
index 4ff970e..326baca 100644
--- a/metadata.imdb.com/changelog.txt
+++ b/metadata.imdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.3.3[/B]
+- fixed: failed to fetch country and genre due to site changes
+
[B]2.3.1/2.3.2[/B]
- fixed: version bump in order to fix broken dependency
diff --git a/metadata.imdb.com/imdb.xml b/metadata.imdb.com/imdb.xml
index 1c23de6..bc5e7ae 100644
--- a/metadata.imdb.com/imdb.xml
+++ b/metadata.imdb.com/imdb.xml
@@ -63,10 +63,10 @@
<expression/>
</RegExp>
<RegExp input="$$1"
output="<genre>\1</genre>" dest="5+">
- <expression repeat="yes"><a
href="/genre/([^"]+)</expression>
+ <expression
repeat="yes">itemprop="genre"[^>]+>([^<]+)</a></expression>
</RegExp>
<RegExp input="$$1"
output="<country>\1</country>" dest="5+">
- <expression repeat="yes"><a
href="/country/[^>]+>([^<]+)</expression>
+ <expression
repeat="yes">"/country/[^>]+>([^<]+)</a></expression>
</RegExp>
<RegExp input="$$1"
output="<studio>\1</studio>" dest="5+">
<expression>"/company/[^>]+>([^<]+)</a></expression>
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=e0b051d5e12ba00b66a496d66fc54e8074cb5836
commit e0b051d5e12ba00b66a496d66fc54e8074cb5836
Author: vdrfan <[email protected]>
Date: Fri Jan 13 22:25:17 2012 +0100
[metadata.common.imdb.com] updated to version 2.1.4
diff --git a/metadata.common.imdb.com/addon.xml
b/metadata.common.imdb.com/addon.xml
index 2c3d6c8..75bfcd5 100644
--- a/metadata.common.imdb.com/addon.xml
+++ b/metadata.common.imdb.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.common.imdb.com"
name="IMDB common scraper functions"
- version="2.1.3"
+ version="2.1.4"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.common.imdb.com/changelog.txt
b/metadata.common.imdb.com/changelog.txt
index 0125b3a..74dee2b 100644
--- a/metadata.common.imdb.com/changelog.txt
+++ b/metadata.common.imdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.1.4[/B]
+- fixed: fetching directors and writers due to site changes
+
[B]2.1.3[/B]
- fixed: make sure IMDb rating is geting fetched in every region
@@ -38,4 +41,4 @@
- changed: adapted new IMDb layout
[B]1.0.5[/B]
-- fixed: tack /combined onto the end of the url to work around the new layout
of IMDb
\ No newline at end of file
+- fixed: tack /combined onto the end of the url to work around the new layout
of IMDb
diff --git a/metadata.common.imdb.com/imdb.xml
b/metadata.common.imdb.com/imdb.xml
index 69a9b4d..3ef4600 100644
--- a/metadata.common.imdb.com/imdb.xml
+++ b/metadata.common.imdb.com/imdb.xml
@@ -115,7 +115,7 @@
<expression clear="yes"
noclean="1">Director[s]?.*?</h4>(.*?)<div class</expression>
</RegExp>
<RegExp input="$$6"
output="<director>\1</director>" dest="2+">
- <expression repeat="yes" fixchars="1"
clear="yes"><a href="/name[^>]*>([^<]*)<</expression>
+ <expression repeat="yes" fixchars="1"
clear="yes">href="/name[^>]*>([^<]*)<</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
@@ -126,7 +126,7 @@
<expression
noclean="1">Writer[s]?.*?</h4>(.*?)<div class</expression>
</RegExp>
<RegExp input="$$6"
output="<credits>\1</credits>" dest="2+">
- <expression repeat="yes" fixchars="1"><a
href="/name[^>]*>([^<]*)<</expression>
+ <expression repeat="yes"
fixchars="1">href="/name[^>]*>([^<]*)<</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=033be270b309b21cf18740bd72bbd3b9af30578b
commit 033be270b309b21cf18740bd72bbd3b9af30578b
Author: vdrfan <[email protected]>
Date: Fri Jan 13 22:33:18 2012 +0100
[metadata.common.movieposterdb.com] updated to version 1.0.5
diff --git a/metadata.common.movieposterdb.com/addon.xml
b/metadata.common.movieposterdb.com/addon.xml
index 76185b1..53db6bb 100644
--- a/metadata.common.movieposterdb.com/addon.xml
+++ b/metadata.common.movieposterdb.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.common.movieposterdb.com"
name="MoviePosterDB common scraper functions"
- version="1.0.4"
+ version="1.0.5"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.common.movieposterdb.com/movieposterdb.xml
b/metadata.common.movieposterdb.com/movieposterdb.xml
index 6e3ad53..0a2d011 100644
--- a/metadata.common.movieposterdb.com/movieposterdb.xml
+++ b/metadata.common.movieposterdb.com/movieposterdb.xml
@@ -1,12 +1,12 @@
<scraperfunctions>
<GetMoviePosterDBThumbs dest="6">
- <RegExp input="$$1" output="<details><url
function="GetMoviePosterDBLink">http://www.movieposterdb.com/browse/search?type=movies&amp;query=\1</url></details>"
dest="6">
+ <RegExp input="$$1" output="<details><url
function="GetMoviePosterDBLink">http://www.movieposterdb.com/search?type=movies&amp;query=\1</url></details>"
dest="6">
<expression>tt([t0-9]*)</expression>
</RegExp>
</GetMoviePosterDBThumbs>
<GetMoviePosterDBLink dest="6">
- <RegExp input="$$1" output="<details><url
function="ParseMoviePosterDBThumbs">\1</url></details>"
dest="6">
- <expression
clear="yes">(http://www.movieposterdb.com/movie/[^"]*)"</expression>
+ <RegExp input="$$1" output="<details><url
function="ParseMoviePosterDBThumbs">http://www.movieposterdb.com\1</url></details>"
dest="6">
+ <expression
clear="yes">href="(/movie/[^"]*)"</expression>
</RegExp>
</GetMoviePosterDBLink>
<ParseMoviePosterDBThumbs dest="5">
-----------------------------------------------------------------------
Summary of changes:
metadata.common.imdb.com/addon.xml | 2 +-
metadata.common.imdb.com/changelog.txt | 5 ++++-
metadata.common.imdb.com/imdb.xml | 4 ++--
metadata.common.movieposterdb.com/addon.xml | 2 +-
.../movieposterdb.xml | 6 +++---
metadata.imdb.com/addon.xml | 6 +++---
metadata.imdb.com/changelog.txt | 3 +++
metadata.imdb.com/imdb.xml | 4 ++--
8 files changed, 19 insertions(+), 13 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons