The branch, dharma has been updated
       via  9d67042ce6e320217cb01f565699e9e40a74fc68 (commit)
      from  645b50caa2bad36f2eae69a634381b7e8d41392a (commit)

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

commit 9d67042ce6e320217cb01f565699e9e40a74fc68
Author: olympia <[email protected]>
Date:   Mon Apr 4 19:11:00 2011 +0200

    [metadata.port.hu] updated to version 1.4.1

diff --git a/metadata.port.hu/addon.xml b/metadata.port.hu/addon.xml
index 184abcd..fe8b7b4 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.4.0"
+       version="1.4.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 c3d7aff..9311a61 100644
--- a/metadata.port.hu/changelog.txt
+++ b/metadata.port.hu/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.4.1[/B]
+- fixed: won't scrape imdb details and artwork for some movies
+
 [B]1.4.0[/B]
 - added: fallback to imdb plot if no plot is available on port.hu
 
diff --git a/metadata.port.hu/porthu.xml b/metadata.port.hu/porthu.xml
index 4486311..e034771 100644
--- a/metadata.port.hu/porthu.xml
+++ b/metadata.port.hu/porthu.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<scraper framework="1.1" date="2011-01-06">
+<scraper framework="1.1" date="2011-04-04">
        <NfoUrl dest="3">
                <RegExp input="$$1" 
output="&lt;url&gt;http://www.port.hu/pls/fi/films.film_page?i_where=2&amp;i_film_id=\1&lt;/url&gt;";
 dest="3">
                        <expression clear="yes" 
noclean="1">i_film_id=([0-9]*)</expression>
@@ -96,7 +96,13 @@
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="3">
                        <!--Get imdb ID from imdb.com and store it in Buffer 11 
for future use-->
                        <RegExp input="$$1" output="\1" dest="11">
-                               <expression>/title/(tt[t0-9]*)/faq</expression>
+                               
<expression>/title/(tt[t0-9]*)/combined</expression>
+                       </RegExp>
+                       <RegExp input="$$1" output="\1" dest="12">
+                               <expression 
clear="yes">/title/([t0-9]*)/faq</expression>
+                       </RegExp>
+                       <RegExp input="$$12" output="\1" dest="11">
+                               <expression>(.+)</expression>
                        </RegExp>
                        <!--Append imdb ID from Buffer 11-->
                        <RegExp input="$$11" output="&lt;id&gt;\1&lt;/id&gt;" 
dest="5">

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

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


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to