The branch, eden-pre has been updated
via 457cd166d6c6cfe54597d9daa710f0032a31e27d (commit)
from 7757dbf7d5e3952dfb720a66ee7e966add93bb6d (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=457cd166d6c6cfe54597d9daa710f0032a31e27d
commit 457cd166d6c6cfe54597d9daa710f0032a31e27d
Author: vdrfan <[email protected]>
Date: Sat Nov 19 13:24:33 2011 +0100
[metadata.filmstarts.de] updated to version 1.1.0
diff --git a/metadata.filmstarts.de/addon.xml b/metadata.filmstarts.de/addon.xml
index f095d70..ce88e46 100644
--- a/metadata.filmstarts.de/addon.xml
+++ b/metadata.filmstarts.de/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.filmstarts.de"
name="FilmStarts"
- version="1.0.9"
+ version="1.1.0"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.filmstarts.de/filmstarts.xml
b/metadata.filmstarts.de/filmstarts.xml
index aa40e9f..cc5e275 100644
--- a/metadata.filmstarts.de/filmstarts.xml
+++ b/metadata.filmstarts.de/filmstarts.xml
@@ -24,7 +24,10 @@
<GetSearchResults dest="3">
<RegExp input="$$5" output="<?xml version="1.0"
encoding="utf-8"
standalone="yes"?><results>\1</results>" dest="3">
<RegExp input="$$1"
output="<entity><title>\3</title><year>\4</year><url>http://www.filmstarts.de/kritiken/\1-\2</url><id>\1</id></entity>"
dest="5">
- <expression repeat="yes"><a
href='/kritiken/([0-9]*)-([^"]*)'>.*?alt='([^']*)'.*?class="fs11">.*?([0-9]*)<br
/></expression>
+ <expression clear="yes" repeat="yes"><a
href='/kritiken/([0-9]*)-([^"]*)'>\n(.*?)</a>.*?class="fs11">.*?([0-9]*)<br
/></expression>
+ </RegExp>
+ <RegExp input="$$1"
output="<entity><title>\2</title><year>\3</year><url>http://www.filmstarts.de/kritiken/\1.html</url><id>\1</id></entity>"
dest="5+">
+ <expression noclean="3" repeat="yes"
trim="2"><a
href='/kritiken/([0-9]*).html'>\n(.*?)</a>.*?class="fs11">.*?([0-9]*)<br
/></expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
@@ -87,7 +90,7 @@
<expression clear="yes">tt([0-9]*)</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="7">
-
<expression>"titleFormed":"([^"]*)"</expression>
+ <expression
encode="1">"titleFormed":"([^"]*)"</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="7">
<expression trim="1" encode="1">Originaltitel:
<span
class="purehtml"><em>([^<]*)</em></expression>
@@ -106,6 +109,10 @@
<RegExp input="$$6" output="<url
cache="google-$$2"
function="ChainTMDBThumbs">http://www.google.com/search?q=site:imdb.com+releaseinfo+$$7</url>"
dest="5+">
<expression>^$</expression>
</RegExp>
+ <!-- Trailer -->
+ <RegExp input="$$1" output="<url
function="GetTrailer">http://www.filmstarts.de/kritiken/\1/trailer/\2</url>"
dest="5+">
+ <expression noclean="1">class="btn"
href='/kritiken/([-.%a-z0-9A-Z]+)/trailer/([^']*)'</expression>
+ </RegExp>
<expression noclean="1"/>
</RegExp>
</GetDetails>
@@ -148,6 +155,17 @@
<expression noclean="1"/>
</RegExp>
</GetMoreDetails>
+ <!-- Trailer -->
+ <GetTrailer dest="2">
+ <RegExp input="$$1" output="<details><url
function="GetTrailerLink">http://www.filmstarts.de/modules/video/xml/AcVisiondata.ashx?media=\1&amp;ref=\2&amp;typeref=film</url></details>"
dest="2">
+ <expression>cmedia: '([^']*)',\nref:
'([^']*)'</expression>
+ </RegExp>
+ </GetTrailer>
+ <GetTrailerLink dest="5">
+ <RegExp input="$$1" output="<details><trailer
urlencoded="yes">\1</trailer></details>" dest="5+">
+ <expression
noclean="1">hd_path="([^"]*)"</expression>
+ </RegExp>
+ </GetTrailerLink>
<ChainTMDBThumbs dest="13">
<RegExp input="$$1" output="<details><chain
function="GetTMDBThumbsByIdChain">tt\1</chain></details>"
dest="13">
<expression>/tt([0-9]+)</expression>
-----------------------------------------------------------------------
Summary of changes:
metadata.filmstarts.de/addon.xml | 2 +-
metadata.filmstarts.de/changelog.txt | 4 ++++
metadata.filmstarts.de/filmstarts.xml | 22 ++++++++++++++++++++--
3 files changed, 25 insertions(+), 3 deletions(-)
create mode 100644 metadata.filmstarts.de/changelog.txt
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons