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

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

commit db49d0dbdbe535994327fa00cac1915d57ce2e39
Author: taxigps <[email protected]>
Date:   Thu Oct 14 12:00:24 2010 +0800

    [metadata.7176.com] use fixchars to tanslate HTML Escape Sequence in 
outline and plot

diff --git a/metadata.7176.com/7176.xml b/metadata.7176.com/7176.xml
index f6524c8..94faab5 100644
--- a/metadata.7176.com/7176.xml
+++ b/metadata.7176.com/7176.xml
@@ -72,7 +72,7 @@
                                <expression repeat="yes">&lt;a 
href=http://www.7176.com/Sections/Genre/[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;outline&gt;\1&lt;/outline&gt;&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
-                               <expression>&lt;div 
id=imdbjqbody&gt;&lt;h2&gt;[^&lt;]*&lt;/h2&gt;&lt;br&gt;(.*?)&lt;/div</expression>
+                               <expression fixchars="1">&lt;div 
id=imdbjqbody&gt;&lt;h2&gt;[^&lt;]*&lt;/h2&gt;&lt;br&gt;(.*?)&lt;/div</expression>
                        </RegExp>
                        <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/>
diff --git a/metadata.7176.com/addon.xml b/metadata.7176.com/addon.xml
index 6c26e91..2314c80 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.5"
+       version="1.0.6"
        provider-name="Taxigps">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>

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

Summary of changes:
 metadata.7176.com/7176.xml      |    2 +-
 metadata.7176.com/addon.xml     |    2 +-
 metadata.7176.com/changelog.txt |   15 +++++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 metadata.7176.com/changelog.txt


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