The branch, dharma has been updated
       via  8571d3efeb58cc7cbefe323b6ef1f4e1ab86f972 (commit)
      from  85c7c8116b1d80a8ca52fc83e7d0acaa1d8053ac (commit)

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

commit 8571d3efeb58cc7cbefe323b6ef1f4e1ab86f972
Author: olympia <[email protected]>
Date:   Sun Nov 20 19:14:00 2011 +0100

    [metadata.port.hu] updated to version 1.6.2

diff --git a/metadata.port.hu/addon.xml b/metadata.port.hu/addon.xml
index 7ae02b7..17f56ae 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.6.1"
+       version="1.6.2"
        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 f0c177f..a923d29 100644
--- a/metadata.port.hu/changelog.txt
+++ b/metadata.port.hu/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.6.2[/B]
+- fixed: Originaltitle scraping
+
 [B]1.6.1[/B]
 - fixed: Originaltitle some time contains 'IMDb - ' string
 
diff --git a/metadata.port.hu/porthu.xml b/metadata.port.hu/porthu.xml
index 896b4f2..c43700d 100644
--- a/metadata.port.hu/porthu.xml
+++ b/metadata.port.hu/porthu.xml
@@ -107,7 +107,7 @@
                                <expression 
trim="1">&lt;h4[^&gt;]*?&gt;Runtime:&lt;/h4&gt;[^0-9]*([0-9]+)</expression>
                        </RegExp>
                        <!--Get original title from imdb.com and store it in 
buffer 18 for future use-->
-                       <RegExp input="$$1" output="\1" dest="18">
+                       <RegExp input="$$1" output="\2" dest="18">
                                <expression>&lt;meta name=&quot;title&quot; 
content=&quot;(IMDb - )?(?:&amp;#x22;)?([^&quot;]*?)(?:&amp;#x22;)? 
\([^\(]*?([0-9]{4})\)</expression>
                        </RegExp>
                        <!--Append Original Title to originaltitle tag if 
labelenum = Magyar-->

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

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


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

Reply via email to