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="&lt;?xml version=&quot;1.0&quot; 
encoding=&quot;UTF-8&quot; 
standalone=&quot;yes&quot;?&gt;&lt;results&gt;\1&lt;/results&gt;" dest="8">
                        <!-- Add new link style to Search result 
(http://www.mymovies.it/film/<year>/<film_name>/) -->
-                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\2 \3&lt;/title&gt;&lt;url 
cache=&quot;\1-main.html&quot;&gt;\1&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;"
 dest="5">
+                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\2 \3&lt;/title&gt;&lt;url 
cache=&quot;main.html&quot;&gt;\1&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;"
 dest="5">
                                <expression repeat="yes" cs="true">&lt;h3 
class=&quot;r&quot;&gt;&lt;a 
href=&quot;(http://www\.mymovies\.it/film/[0-9]{4}/[^/]+/)&quot; 
class=l&gt;(.+?)(?: +- +MYmovies)?(?: +\| 
+MYmovies)?&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;s&quot;&gt;(?(?=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="&lt;entity&gt;&lt;title&gt;\2 \3&lt;/title&gt;&lt;url 
cache=&quot;\1-main.html&quot;&gt;\1&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;"
 dest="5+">
+                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\2 \3&lt;/title&gt;&lt;url 
cache=&quot;main.html&quot;&gt;\1&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;"
 dest="5+">
                                <expression repeat="yes" cs="true">&lt;h3 
class=&quot;r&quot;&gt;&lt;a 
href=&quot;(http://www\.mymovies\.it/dizionario/recensione\.asp\?id=[^&quot;]+)&quot;
 class=l&gt;(.+?)(?: +- +MYmovies)?(?: +\| 
+MYmovies)?&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;s&quot;&gt;(?(?=Un film di 
)Un film di (.+?) con)</expression>
                        </RegExp>
                        <expression noclean="1" />
@@ -64,7 +64,7 @@
                        </RegExp>
 
                        <!-- Writer(s) -->
-                       <RegExp input="$$1" output="&lt;url 
cache=&quot;$$2-fullcredits.html&quot; 
function=&quot;GetMovieWriters&quot;&gt;\1&lt;/url&gt;" dest="5+">
+                       <RegExp input="$$1" output="&lt;url 
cache=&quot;fullcredits.html&quot; 
function=&quot;GetMovieWriters&quot;&gt;\1&lt;/url&gt;" dest="5+">
                                <expression noclean="1">&lt;td 
class=&quot;rec_link_disattivo&quot;&gt;&lt;a title=&quot;Cast [^&quot;]+&quot; 
href=&quot;([^&quot;]+)&quot;&gt;Cast&lt;/a&gt;&lt;/td&gt;</expression>
                        </RegExp>
 
@@ -75,7 +75,7 @@
 
                        <!-- Get Average Rating -->
             <RegExp input="$$1" output="\1.\2" dest="6">
-                <expression noclean="1" clear="yes">&lt;div 
style=&quot;text-align:center; font-size:23px; font-weight:bold; 
letter-spacing:1px; margin:0px 11px 7px 
11px&quot;&gt;([0-9]),([0-9]{2})</expression>
+                <expression noclean="1" clear="yes">&lt;span 
class=&quot;rating&quot;&gt;([0-9]),([0-9]{1,2})&lt;/span&gt;</expression>
             </RegExp>
                        <!-- Convert to 10eseimi -->
             <RegExp conditional="rating_ten" input="$$6" output="&lt;rating 
max=&quot;5&quot;&gt;\1&lt;/rating&gt;" dest="5+">                         
@@ -104,11 +104,11 @@
                        </RegExp>
 
                        <!-- Cast -->
-                       <RegExp conditional="!fullcredits" input="$$1" 
output="&lt;url cache=&quot;$$2-fullcredits.html&quot; 
function=&quot;GetMovieCast&quot;&gt;\1&lt;/url&gt;" dest="5+">
+                       <RegExp conditional="!fullcredits" input="$$1" 
output="&lt;url cache=&quot;fullcredits.html&quot; 
function=&quot;GetMovieCast&quot;&gt;\1&lt;/url&gt;" dest="5+">
                                <expression noclean="1">&lt;td 
class=&quot;rec_link_disattivo&quot;&gt;&lt;a title=&quot;Cast [^&quot;]+&quot; 
href=&quot;([^&quot;]+)&quot;&gt;Cast&lt;/a&gt;&lt;/td&gt;</expression>
                        </RegExp>
                        <!-- else Full Cast -->
-                       <RegExp conditional="fullcredits" input="$$1" 
output="&lt;url cache=&quot;$$2-fullcredits.html&quot; 
function=&quot;GetMovieFullCast&quot;&gt;\1&lt;/url&gt;" dest="5+">
+                       <RegExp conditional="fullcredits" input="$$1" 
output="&lt;url cache=&quot;fullcredits.html&quot; 
function=&quot;GetMovieFullCast&quot;&gt;\1&lt;/url&gt;" dest="5+">
                                <expression noclean="1">&lt;td 
class=&quot;rec_link_disattivo&quot;&gt;&lt;a title=&quot;Cast [^&quot;]+&quot; 
href=&quot;([^&quot;]+)&quot;&gt;Cast&lt;/a&gt;&lt;/td&gt;</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="&lt;url 
cache=&quot;$$2-main.html&quot; 
function=&quot;GetMoviePlot&quot;&gt;$$2&lt;/url&gt;" dest="5+">
+            <RegExp input="$$1" output="&lt;url cache=&quot;main.html&quot; 
function=&quot;GetMoviePlot&quot;&gt;$$2&lt;/url&gt;" dest="5+">
                 <expression />
             </RegExp>
  
@@ -192,10 +192,10 @@
                        <expression noclean="1" />
                </RegExp>
        </GetMovieWriters>
-
+       
        <GetMovieTrailer dest="5">
                <RegExp input="$$1" 
output="&lt;details&gt;&lt;trailer&gt;\1&lt;/trailer&gt;&lt;/details&gt;" 
dest="5">
-                       <expression noclean="1">&lt;meta 
property=&quot;og:video&quot; content=&quot;([^&quot;]+)&quot; 
/&gt;</expression>
+                       <expression noclean="1">url: 
&apos;([^&apos;|?]+\.flv).*&apos;</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

Reply via email to