The branch, dharma-pre has been updated
       via  5d1464fe66071363e8849f76a2608faa43fa1f74 (commit)
      from  c7548a2064bec76002ca65d45b7a9a7dc0f8e640 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=5d1464fe66071363e8849f76a2608faa43fa1f74

commit 5d1464fe66071363e8849f76a2608faa43fa1f74
Author: olympia <[email protected]>
Date:   Mon Oct 11 23:24:02 2010 +0200

    [metadata.filmaffinity.com] updated to version 1.2.4

diff --git a/metadata.filmaffinity.com/addon.xml 
b/metadata.filmaffinity.com/addon.xml
index d70a9e8..73ddc94 100644
--- a/metadata.filmaffinity.com/addon.xml
+++ b/metadata.filmaffinity.com/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.filmaffinity.com"
        name="FilmAffinity"
-       version="1.2.3"
+       version="1.2.4"
        provider-name="hectorZiN + MaDDoGo">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
@@ -20,11 +20,11 @@
     <summary lang="pl">Scraper filmów FilmAffinity</summary>
     <summary lang="pt">Scraper de filmes FilmAffinity</summary>
     <summary lang="es">Scraper de Películas de Filmaffinity</summary>
-    <description lang="en">Download Movie information from 
www.filmaffinity.com</description>
-    <description lang="hu">Film információk letöltése a 
www.filmaffinity.com-ról</description>
-    <description lang="kr">www.filmaffinity.com 에서 영화 정보 
다운로드</description>
-    <description lang="pl">Pobieraj informacje o filmach z 
www.filmaffinity.com</description>
-    <description lang="pt">Descarregar informação de filmes de 
www.filmaffinity.com</description>
+    <description lang="en">Download Movie information from 
www.filmaffinity.com/es</description>
+    <description lang="hu">Film információk letöltése a 
www.filmaffinity.com/es-ról</description>
+    <description lang="kr">www.filmaffinity.com/es 에서 영화 정보 
다운로드</description>
+    <description lang="pl">Pobieraj informacje o filmach z 
www.filmaffinity.com/es</description>
+    <description lang="pt">Descarregar informação de filmes de 
www.filmaffinity.com/es</description>
     <description lang="es">Scraper que usa la versión española de 
Filmaffinity para descargar información de películas en español, ayudándose 
de varias páginas para ampliar la información.</description>
     <platform>all</platform>
   </extension>
diff --git a/metadata.filmaffinity.com/changelog.txt 
b/metadata.filmaffinity.com/changelog.txt
index a3c6240..4c0a587 100644
--- a/metadata.filmaffinity.com/changelog.txt
+++ b/metadata.filmaffinity.com/changelog.txt
@@ -1,3 +1,7 @@
+[B]1.2.4[/B]
+
+- Arreglado un error de regex.
+
 [B]1.2.3[/B]
 
 - Arreglados los tags rotos a causa de la remodelación de la pagina web de 
imdb.
diff --git a/metadata.filmaffinity.com/filmaffinity.xml 
b/metadata.filmaffinity.com/filmaffinity.xml
index 21dd14d..8fc30dc 100644
--- a/metadata.filmaffinity.com/filmaffinity.xml
+++ b/metadata.filmaffinity.com/filmaffinity.xml
@@ -187,13 +187,10 @@
                                <expression>Top 250 #([0-9]*)&lt;/</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="6+">
-                               <expression 
noclean="1">MPAA&lt;/a&gt;\)&lt;/h4&gt;\r\n([^\&lt;]*)</expression>
+                               <expression 
noclean="1">MPAA&lt;/a&gt;\)&lt;/h4&gt;\n?([^&lt;]*)</expression>
                        </RegExp>
-                       <RegExp conditional="iMDBRatings" input="$$1" 
output="&lt;rating&gt;\1.\2&lt;/rating&gt;" dest="6+">
-                               
<expression>id=&quot;star-bar-user-rate&quot;&gt;&lt;b&gt;([0-9]).([0-9+])&lt;/b&gt;</expression>
-                       </RegExp>
-                       <RegExp conditional="iMDBRatings" input="$$1" 
output="&lt;votes&gt;\1&lt;/votes&gt;" dest="6+">
-                               
<expression>href=&quot;ratings&quot;[^&gt;]+&gt;(.*) votes</expression>
+                       <RegExp conditional="iMDBRatings" input="$$1" 
output="&lt;rating&gt;\1&lt;/rating&gt;&lt;votes&gt;\2&lt;/votes&gt;" dest="6+">
+                               <expression>&lt;span 
class="rating-rating"&gt;([0-9.]+).*?&gt;([0-9,]+) votes&lt;/a&gt;</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;tagline&gt;\1&lt;/tagline&gt;" dest="6+">
                                
<expression>&lt;h4[^&gt;]*?&gt;Taglines:&lt;/h4&gt;\n?([^&lt;]*)</expression>

-----------------------------------------------------------------------

Summary of changes:
 metadata.filmaffinity.com/addon.xml        |   12 ++++++------
 metadata.filmaffinity.com/changelog.txt    |    4 ++++
 metadata.filmaffinity.com/filmaffinity.xml |    9 +++------
 3 files changed, 13 insertions(+), 12 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

Reply via email to