The branch, eden has been updated
       via  8ced68a45cbc35726caaf6c80f150e9c5facfb6f (commit)
      from  b96d4357953edb9838d74e4489b722c605c36c7a (commit)

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

commit 8ced68a45cbc35726caaf6c80f150e9c5facfb6f
Author: olympia <[email protected]>
Date:   Fri Nov 23 22:10:01 2012 +0100

    [metadata.port.hu] updated to version 1.9.1

diff --git a/metadata.port.hu/addon.xml b/metadata.port.hu/addon.xml
index 0863baa..b287799 100644
--- a/metadata.port.hu/addon.xml
+++ b/metadata.port.hu/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.port.hu"
        name="Port.hu"
-       version="1.9.0"
+       version="1.9.1"
        provider-name="Bence Nádas (olympia)">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.port.hu/changelog.txt b/metadata.port.hu/changelog.txt
index e46d21b..aaea3af 100644
--- a/metadata.port.hu/changelog.txt
+++ b/metadata.port.hu/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.9.1[/B]
+- fixed: mpaa rating won't scrape from IMDb
+
 [B]1.9.0[/B]
 - added: Language preference for Sets
 
diff --git a/metadata.port.hu/porthu.xml b/metadata.port.hu/porthu.xml
index b4be80d..bde055e 100644
--- a/metadata.port.hu/porthu.xml
+++ b/metadata.port.hu/porthu.xml
@@ -132,12 +132,12 @@
                                <expression>Top 250 #([0-9]*)&lt;/</expression>
                        </RegExp>
                        <!--Get mpaa rating from imdb.com if Hungarian 
certification is unchecked in settings-->
-                       <RegExp conditional="!hunmpaa" input="$$1" 
output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="5+">
-                               
<expression>MPAA&lt;/a&gt;\)&lt;/h4&gt;\n?([^&lt;]*)</expression>
+                       <RegExp conditional="!hunmpaa" input="$$11" 
output="&lt;chain function=&quot;GetIMDBUSACert&quot;&gt;$$11&lt;/chain&gt;" 
dest="5+">
+                               <expression />
                        </RegExp>
                        <!--Get tagline from imdb.com-->
-                       <RegExp input="$$1" 
output="&lt;tagline&gt;\1&lt;/tagline&gt;" dest="5+">
-                               
<expression>&lt;h4[^&gt;]*?&gt;Taglines:&lt;/h4&gt;\n?([^&lt;]*)</expression>
+                       <RegExp input="$$11" output="&lt;chain 
function=&quot;GetIMDBTaglineById&quot;&gt;$$11&lt;/chain&gt;" dest="5+">
+                               <expression />
                        </RegExp>
                        <!--Get rating from imdb.com-->
                        <RegExp input="$$11" output="&lt;chain 
function=&quot;GetIMDBRatingById&quot;&gt;$$11&lt;/chain&gt;" dest="5+">

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

Summary of changes:
 metadata.port.hu/addon.xml     |    2 +-
 metadata.port.hu/changelog.txt |    3 +++
 metadata.port.hu/porthu.xml    |    8 ++++----
 3 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to