The branch, dharma-pre has been updated
via 0f846310bdaa409a425082ee08a89d897fd575c2 (commit)
from dae0f379b8a874ac5393329750c3de8bdd0fd793 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=0f846310bdaa409a425082ee08a89d897fd575c2
commit 0f846310bdaa409a425082ee08a89d897fd575c2
Author: olympia <[email protected]>
Date: Mon Oct 11 23:56:37 2010 +0200
[metadata.moviemeter.nl] Fixed fanart scraping from tmdb
diff --git a/metadata.moviemeter.nl/addon.xml b/metadata.moviemeter.nl/addon.xml
index 9254f3e..2ded5d1 100644
--- a/metadata.moviemeter.nl/addon.xml
+++ b/metadata.moviemeter.nl/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.moviemeter.nl"
name="MovieMeter"
- version="1.1.1"
+ version="1.1.2"
provider-name="The_Ghost16">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.moviemeter.nl/moviemeter.xml
b/metadata.moviemeter.nl/moviemeter.xml
index f51f798..9346e87 100644
--- a/metadata.moviemeter.nl/moviemeter.xml
+++ b/metadata.moviemeter.nl/moviemeter.xml
@@ -73,7 +73,7 @@
</RegExp>
<!-- Get the rating from IMDB.com if the IMDBrating
setting is set to true -->
- <RegExp input="$$1" output="<url
cache="tt\1-rating.html"
function="GetIMDBRating">http://akas.imdb.com/title/tt\1</url>"
dest="8+">
+ <RegExp conditional="IMDBrating" input="$$1"
output="<url cache="tt\1-moviemeter.html"
function="GetIMDBRating">http://akas.imdb.com/title/tt\1</url>"
dest="8+">
<expression noclean="1">IMDB Id:
([^<]*)</expression>
</RegExp>
@@ -88,7 +88,7 @@
</RegExp>
<!-- Get the studio from IMDB.com -->
- <RegExp input="$$1" output="<url
cache="tt\1-studio.html"
function="GetIMDBStudio">http://akas.imdb.com/title/tt\1</url>"
dest="8+">
+ <RegExp input="$$1" output="<url
cache="tt\1-moviemeter.html"
function="GetIMDBStudio">http://akas.imdb.com/title/tt\1</url>"
dest="8+">
<expression noclean="1">IMDB Id:
([^<]*)</expression>
</RegExp>
@@ -98,7 +98,7 @@
</RegExp>
<!-- Get Fanart from TMDB -->
- <RegExp input="$$1" output="<chain
function="GetTMDBFanartByIdChain">tt\1</chain>" dest="8+">
+ <RegExp input="$$1" output="<url
cache="tt\1-moviemeter.html"
function="GetFanart">http://akas.imdb.com/title/tt\1</url>"
dest="8+">
<expression noclean="1">IMDB Id:
([^<]*)</expression>
</RegExp>
<expression noclean="1"></expression>
@@ -120,4 +120,12 @@
<expression noclean="1"></expression>
</RegExp>
</GetIMDBRating>
+ <GetFanart dest="5">
+ <RegExp input="$$6" output="<details>\1</details>"
dest="5">
+ <RegExp input="$$1" output="<chain
function="GetTMDBFanartByIdChain">\1</chain>" dest="6">
+ <expression>/title/(tt[t0-9]*)/faq</expression>
+ </RegExp>
+ <expression noclean="1"></expression>
+ </RegExp>
+ </GetFanart>
</scraper>
-----------------------------------------------------------------------
Summary of changes:
metadata.moviemeter.nl/addon.xml | 2 +-
metadata.moviemeter.nl/moviemeter.xml | 14 +++++++++++---
2 files changed, 12 insertions(+), 4 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