The branch, dharma has been updated
       via  b9d23bef5e2f11dac23c813f9e3cc39b678fd5c2 (commit)
      from  1c550d3a12f8a9412abfbb8683e81c6cc91dd2d5 (commit)

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

commit b9d23bef5e2f11dac23c813f9e3cc39b678fd5c2
Author: taxigps <taxi...@xbmc.org>
Date:   Sun Mar 13 17:17:55 2011 +0800

    [metadata.mtime.com] added originaltitle

diff --git a/metadata.mtime.com/addon.xml b/metadata.mtime.com/addon.xml
index c6f6210..26df222 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.6"
+       version="1.0.7"
        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 0ce451a..0d921b7 100644
--- a/metadata.mtime.com/mtime.xml
+++ b/metadata.mtime.com/mtime.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<scraper framework="1.1" date="2009-08-04">
+<scraper framework="1.1" date="2011-03-13">
        <NfoUrl dest="3">
                <RegExp input="$$1" output="&lt;url&gt;\1&lt;/url&gt;" dest="3">
                        <expression clear="yes" 
noclean="1">(http://www.mtime.com/movie/[0-9]*)</expression>
@@ -26,6 +26,9 @@
                        <RegExp input="$$1" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
                                <expression trim="1">&lt;a href=&quot;.*?&quot; 
class=&quot;px28 bold hei c_000&quot;&gt;(.*?)&lt;/a&gt;</expression>
                        </RegExp>
+                       <RegExp input="$$1" 
output="&lt;originaltitle&gt;\1&lt;/originaltitle&gt;" dest="5+">
+                               <expression trim="1">&lt;a href=&quot;.*?&quot; 
class=&quot;ml9 px24&quot;&gt;(.*?)&lt;/a&gt;</expression>
+                       </RegExp>
                        <RegExp input="$$1" 
output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
                                
<expression>href=&quot;.*?/movie/section/year/([0-9]*)/&quot;</expression>
                        </RegExp>

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

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


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to