The branch, dharma-pre has been updated
       via  9c0a21ac50725fdbc4a761f73ff610cc0c013089 (commit)
      from  b1cf8b08a71cf5b1a29e69a4d1db5dc3d917a9e0 (commit)

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

commit 9c0a21ac50725fdbc4a761f73ff610cc0c013089
Author: olympia <[email protected]>
Date:   Thu Oct 21 07:16:01 2010 +0200

    [metadata.port.hu] updated to version 1.3.2

diff --git a/metadata.port.hu/addon.xml b/metadata.port.hu/addon.xml
index 3f1564b..ced5fb9 100644
--- a/metadata.port.hu/addon.xml
+++ b/metadata.port.hu/addon.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.port.hu"
        name="Port.hu"
-       version="1.3.1"
+       version="1.3.2"
        provider-name="Bence Nádas (olympia)">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
     <import addon="metadata.common.themoviedb.org" version="1.0.7"/>
     <import addon="metadata.common.movieposterdb.com" version="1.0.4"/>
-    <import addon="metadata.common.imdb.com" version="2.0.4"/>
+    <import addon="metadata.common.imdb.com" version="2.0.6"/>
     <import addon="metadata.common.impa.com" version="1.0.3"/>
     <import addon="metadata.common.hdtrailers.net" version="1.0.4"/>
   </requires>
diff --git a/metadata.port.hu/changelog.txt b/metadata.port.hu/changelog.txt
index d44fdc2..89a9ec3 100644
--- a/metadata.port.hu/changelog.txt
+++ b/metadata.port.hu/changelog.txt
@@ -1,5 +1,8 @@
+[B]1.3.2[/B]
+Fixed: year scraping
+
 [B]1.3.1[/B]
-- changed: remove scraping of mixed titles
+Changed: remove scraping of mixed titles
 
 [B]1.3.0[/B]
 Cosmetics
diff --git a/metadata.port.hu/porthu.xml b/metadata.port.hu/porthu.xml
index 25c19df..0cbbafb 100644
--- a/metadata.port.hu/porthu.xml
+++ b/metadata.port.hu/porthu.xml
@@ -61,7 +61,7 @@
                        </RegExp>
                        <!--Get year from port.hu and store it in buffer 14 for 
future use-->
                        <RegExp input="$$1" output="\1" dest="14">
-                               <expression>, 
(19\d\d|20\d\d)\)\s&lt;/span&gt;</expression>
+                               <expression>, 
(19\d\d|20\d\d)\s?&lt;/span&gt;</expression>
                        </RegExp>
                        <!--Append year from buffer 14-->
                        <RegExp input="$$14" 
output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">

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

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


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to