The branch, dharma has been updated
       via  2ca6cfb7a72fc5751f19e8b7930010e60eaba504 (commit)
      from  bbc572f2af7391de311cb721f36ec632cb0219bd (commit)

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

commit 2ca6cfb7a72fc5751f19e8b7930010e60eaba504
Author: taxigps <taxi...@sina.com>
Date:   Sat Dec 17 16:45:07 2011 +0800

    [metadata.mtime.com] fixed GetSearchResults expression

diff --git a/metadata.mtime.com/addon.xml b/metadata.mtime.com/addon.xml
index 26df222..19eee3f 100644
--- a/metadata.mtime.com/addon.xml
+++ b/metadata.mtime.com/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.mtime.com"
        name="MTime"
-       version="1.0.7"
+       version="1.0.8"
        provider-name="Taxigps">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.mtime.com/mtime.xml b/metadata.mtime.com/mtime.xml
index 0d921b7..2485db2 100644
--- a/metadata.mtime.com/mtime.xml
+++ b/metadata.mtime.com/mtime.xml
@@ -13,7 +13,7 @@
        <GetSearchResults dest="8">
                <RegExp input="$$5" output="&lt;?xml version=&quot;1.0&quot; 
encoding=&quot;iso-8859-1&quot; 
standalone=&quot;yes&quot;?&gt;&lt;results&gt;\1&lt;/results&gt;" dest="8">
                        <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;url&gt;http://movie.mtime.com/\1/&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/entity&gt;";
 dest="5+">
-                               <expression repeat="yes" 
noclean="1">href=&quot;http://movie.mtime.com/([0-9]+)/&quot; 
target=&quot;_blank&quot;&gt;(.*?)&lt;/a&gt;</expression>
+                               <expression repeat="yes" 
noclean="1">href=&quot;http://movie.mtime.com/([0-9]+)/?&quot; 
?target=&quot;_blank&quot;&gt;(.*?)&lt;/a&gt;</expression>
                        </RegExp>
                        <expression clear="yes" noclean="1"/>
                </RegExp>

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

Summary of changes:
 metadata.mtime.com/addon.xml |    2 +-
 metadata.mtime.com/mtime.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to