The branch, dharma-pre has been updated
       via  4b2febfd6215d93c95ad8e4533d5b1e81ca3bfd7 (commit)
      from  8b7e8635477a0e1bb0eb72c9daa44a697a9acdd8 (commit)

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

commit 4b2febfd6215d93c95ad8e4533d5b1e81ca3bfd7
Author: olympia <[email protected]>
Date:   Wed Oct 13 20:09:04 2010 +0200

    [metadata.7176.com] changed to use chain function to call tmdb scraper 
library

diff --git a/metadata.7176.com/7176.xml b/metadata.7176.com/7176.xml
index 82f54bf..f6524c8 100644
--- a/metadata.7176.com/7176.xml
+++ b/metadata.7176.com/7176.xml
@@ -77,14 +77,14 @@
                        <RegExp input="$$2" output="&lt;url 
cache=&quot;$$2-fullcredits.html&quot; 
function=&quot;GetFullcredits&quot;&gt;$$3/fulldredits&lt;/url&gt;" dest="5+">
                                <expression/>
                        </RegExp>
-                       <RegExp conditional="movieposterdb" input="$$1" 
output="&lt;url 
function=&quot;GetMoviePosterDBLink&quot;&gt;http://www.movieposterdb.com/browse/search?type=movies&amp;amp;query=\1&lt;/url&gt;";
 dest="5+">
+                       <RegExp conditional="movieposterdb" input="$$1" 
output="&lt;chain 
function=&quot;GetMoviePosterDBThumbs&quot;&gt;tt\1&lt;/chain&gt;" dest="5+">
                                
<expression>/title/tt([0-9]*)/ratings</expression>
                        </RegExp>
                        <RegExp input="$$1" output="&lt;url 
cache=&quot;\1-poster.html&quot; 
function=&quot;GetPoster&quot;&gt;http://posters.7176.com/poster/\1&lt;/url&gt;";
 dest="5+">
                                <expression repeat="yes">&lt;a 
href=http://posters.7176.com/poster/([0-9]*)</expression>
                        </RegExp>
-                       <RegExp conditional="tmdbfanart" input="$$2" 
output="&lt;url function=&quot;GetTMDBFanartById&quot;&gt;$$3&lt;/url&gt;" 
dest="5+">
-                               <expression/>
+                       <RegExp conditional="tmdbfanart" input="$$1" 
output="&lt;chain 
function=&quot;GetTMDBFanartByIdChain&quot;&gt;tt\1&lt;/chain&gt;" dest="5+">
+                               
<expression>/title/tt([0-9]*)/ratings</expression>
                        </RegExp>
                        <RegExp conditional="!tmdbfanart" input="$$1" 
output="&lt;url cache=&quot;\1-fanart.html&quot; 
function=&quot;GetFanartThumb&quot;&gt;http://posters.7176.com/jz/\1&lt;/url&gt;";
 dest="5+">
                                <expression repeat="yes">&lt;a 
href=http://posters.7176.com/jz/([0-9]*)</expression>
diff --git a/metadata.7176.com/addon.xml b/metadata.7176.com/addon.xml
index ee506c4..6c26e91 100644
--- a/metadata.7176.com/addon.xml
+++ b/metadata.7176.com/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.7176.com"
        name="7176"
-       version="1.0.4"
+       version="1.0.5"
        provider-name="Taxigps">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>

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

Summary of changes:
 metadata.7176.com/7176.xml  |    6 +++---
 metadata.7176.com/addon.xml |    2 +-
 2 files changed, 4 insertions(+), 4 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