The branch, dharma has been updated
via 972319e92c94cd3f60c3f554431596a91ec5d094 (commit)
from 08a8c4775d28c5ee4cf296476593ddddc3f090b2 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=972319e92c94cd3f60c3f554431596a91ec5d094
commit 972319e92c94cd3f60c3f554431596a91ec5d094
Author: olympia <[email protected]>
Date: Tue Mar 29 08:22:28 2011 +0200
[metadata.mymovies.it] updated to version 1.1.2
diff --git a/metadata.mymovies.it/addon.xml b/metadata.mymovies.it/addon.xml
index 1dd1ed5..77f422c 100644
--- a/metadata.mymovies.it/addon.xml
+++ b/metadata.mymovies.it/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.mymovies.it"
name="MyMovies.it"
- version="1.1.1"
+ version="1.1.2"
provider-name="muttley">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
@@ -17,7 +17,7 @@
<summary lang="kr">MyMovies.it ìí ì¤í¬ëí¼</summary>
<summary lang="pt">Scraper de filmes MyMovies.it</summary>
<description lang="it">Riporta problemi o suggerimenti su:
https://code.google.com/p/mymovies-xbmc-scraper/issues/list o
http://forum.xbmc.org/showthread.php?t=58141</description>
- <description lang="en">Download Movie information from
www.mymovies.it</description>
+ <description lang="en">Report problems or suggest on:
https://code.google.com/p/mymovies-xbmc-scraper/issues/list o
http://forum.xbmc.org/showthread.php?t=58141</description>
<description lang="hu">Film információk letöltése a www.mymovies.it
webhelyrÅl</description>
<description lang="kr">MyMovies.it ìì ìí ì ë³´
ë¤ì´ë¡ë</description>
<description lang="pt">Descarregar informação de filmes de
www.mymovies.it</description>
diff --git a/metadata.mymovies.it/changelog.txt
b/metadata.mymovies.it/changelog.txt
index 9e7f319..e12c9db 100644
--- a/metadata.mymovies.it/changelog.txt
+++ b/metadata.mymovies.it/changelog.txt
@@ -1,5 +1,9 @@
[B]Note:[/B] if the scraper is very slow, disable setting tagged with "(slow)".
+[B]1.1.2[/B]
+- Fixed regex: rating and trailer
+- Fixed url cache
+
[B]1.1.1[/B]
- Change default films search url:
http://www.google.it/search?q=film_name+site:mymovies.it
- Fixed trailer problem. The first and only issue reported on
http://code.google.com/p/mymovies-xbmc-scraper/issues/ ;)
diff --git a/metadata.mymovies.it/mymovies.xml
b/metadata.mymovies.it/mymovies.xml
index 77ed45a..c2dd82e 100755
--- a/metadata.mymovies.it/mymovies.xml
+++ b/metadata.mymovies.it/mymovies.xml
@@ -24,11 +24,11 @@
<GetSearchResults dest="8">
<RegExp input="$$5" output="<?xml version="1.0"
encoding="UTF-8"
standalone="yes"?><results>\1</results>" dest="8">
<!-- Add new link style to Search result
(http://www.mymovies.it/film/<year>/<film_name>/) -->
- <RegExp input="$$1"
output="<entity><title>\2 \3</title><url
cache="\1-main.html">\1</url><id>\1</id></entity>"
dest="5">
+ <RegExp input="$$1"
output="<entity><title>\2 \3</title><url
cache="main.html">\1</url><id>\1</id></entity>"
dest="5">
<expression repeat="yes" cs="true"><h3
class="r"><a
href="(http://www\.mymovies\.it/film/[0-9]{4}/[^/]+/)"
class=l>(.+?)(?: +- +MYmovies)?(?: +\|
+MYmovies)?</a></h3><div class="s">(?(?=Un film di
)Un film di (.+?) con)</expression>
</RegExp>
<!-- Add OLD link style to Search result
(www.mymovies.it/dizionario/recensione.asp?id=[0-9]) -->
- <RegExp input="$$1"
output="<entity><title>\2 \3</title><url
cache="\1-main.html">\1</url><id>\1</id></entity>"
dest="5+">
+ <RegExp input="$$1"
output="<entity><title>\2 \3</title><url
cache="main.html">\1</url><id>\1</id></entity>"
dest="5+">
<expression repeat="yes" cs="true"><h3
class="r"><a
href="(http://www\.mymovies\.it/dizionario/recensione\.asp\?id=[^"]+)"
class=l>(.+?)(?: +- +MYmovies)?(?: +\|
+MYmovies)?</a></h3><div class="s">(?(?=Un film di
)Un film di (.+?) con)</expression>
</RegExp>
<expression noclean="1" />
@@ -64,7 +64,7 @@
</RegExp>
<!-- Writer(s) -->
- <RegExp input="$$1" output="<url
cache="$$2-fullcredits.html"
function="GetMovieWriters">\1</url>" dest="5+">
+ <RegExp input="$$1" output="<url
cache="fullcredits.html"
function="GetMovieWriters">\1</url>" dest="5+">
<expression noclean="1"><td
class="rec_link_disattivo"><a title="Cast [^"]+"
href="([^"]+)">Cast</a></td></expression>
</RegExp>
@@ -75,7 +75,7 @@
<!-- Get Average Rating -->
<RegExp input="$$1" output="\1.\2" dest="6">
- <expression noclean="1" clear="yes"><div
style="text-align:center; font-size:23px; font-weight:bold;
letter-spacing:1px; margin:0px 11px 7px
11px">([0-9]),([0-9]{2})</expression>
+ <expression noclean="1" clear="yes"><span
class="rating">([0-9]),([0-9]{1,2})</span></expression>
</RegExp>
<!-- Convert to 10eseimi -->
<RegExp conditional="rating_ten" input="$$6" output="<rating
max="5">\1</rating>" dest="5+">
@@ -104,11 +104,11 @@
</RegExp>
<!-- Cast -->
- <RegExp conditional="!fullcredits" input="$$1"
output="<url cache="$$2-fullcredits.html"
function="GetMovieCast">\1</url>" dest="5+">
+ <RegExp conditional="!fullcredits" input="$$1"
output="<url cache="fullcredits.html"
function="GetMovieCast">\1</url>" dest="5+">
<expression noclean="1"><td
class="rec_link_disattivo"><a title="Cast [^"]+"
href="([^"]+)">Cast</a></td></expression>
</RegExp>
<!-- else Full Cast -->
- <RegExp conditional="fullcredits" input="$$1"
output="<url cache="$$2-fullcredits.html"
function="GetMovieFullCast">\1</url>" dest="5+">
+ <RegExp conditional="fullcredits" input="$$1"
output="<url cache="fullcredits.html"
function="GetMovieFullCast">\1</url>" dest="5+">
<expression noclean="1"><td
class="rec_link_disattivo"><a title="Cast [^"]+"
href="([^"]+)">Cast</a></td></expression>
</RegExp>
@@ -157,7 +157,7 @@
<!-- Plot: It is used for report many information... -->
<!-- Custum function are used only for see all buffer -->
<!-- I buffer della GetDetails non sono visibili alle funzioni
custom e non risco a trovare un approccio differente per appendere informazioni
al plot -->
- <RegExp input="$$1" output="<url
cache="$$2-main.html"
function="GetMoviePlot">$$2</url>" dest="5+">
+ <RegExp input="$$1" output="<url cache="main.html"
function="GetMoviePlot">$$2</url>" dest="5+">
<expression />
</RegExp>
@@ -192,10 +192,10 @@
<expression noclean="1" />
</RegExp>
</GetMovieWriters>
-
+
<GetMovieTrailer dest="5">
<RegExp input="$$1"
output="<details><trailer>\1</trailer></details>"
dest="5">
- <expression noclean="1"><meta
property="og:video" content="([^"]+)"
/></expression>
+ <expression noclean="1">url:
'([^'|?]+\.flv).*'</expression>
</RegExp>
</GetMovieTrailer>
-----------------------------------------------------------------------
Summary of changes:
metadata.mymovies.it/addon.xml | 4 ++--
metadata.mymovies.it/changelog.txt | 4 ++++
metadata.mymovies.it/mymovies.xml | 18 +++++++++---------
3 files changed, 15 insertions(+), 11 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons