The branch, frodo has been updated
       via  3345694a010c2552bd2c3ba4fc0223f31d6c2c9c (commit)
      from  28dae88aa948e61aa8291965587b5c83ab4360c6 (commit)

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

commit 3345694a010c2552bd2c3ba4fc0223f31d6c2c9c
Author: olympia <[email protected]>
Date:   Wed Apr 16 09:22:24 2014 +0200

    [metadata.atmovies.com.tw] updated to version 1.4.7

diff --git a/metadata.atmovies.com.tw/AtMovies.xml 
b/metadata.atmovies.com.tw/AtMovies.xml
index 8630bfe..ade6915 100644
--- a/metadata.atmovies.com.tw/AtMovies.xml
+++ b/metadata.atmovies.com.tw/AtMovies.xml
@@ -2,7 +2,10 @@
        <CreateSearchUrl dest="3">
                <RegExp input="$$2" output="&lt;url 
spoof=&quot;http://search.atmovies.com.tw&quot; 
post=&quot;true&quot;&gt;http://search.atmovies.com.tw/search/search.cfm?action=home&amp;amp;fr=atmovies-cfm&amp;amp;type=F&amp;amp;search_term=\1&lt;/url&gt;";
 dest="3">
       <RegExp input="$$1" output="\1" dest="2">
-                               <expression noclean="12" />
+                               <expression noclean="1,2" />
+                       </RegExp>
+      <RegExp input="$$2" output="\1" dest="2">
+                               <expression 
noclean="1,2">%5b.*%5d(.*)</expression>
                        </RegExp>
       <RegExp input="$$2" output="\1:\2" dest="2">
                                <expression 
noclean="1,2">(.*):(.*)</expression>
@@ -44,7 +47,7 @@
                                        <expression trim="1" 
noclean="1">&lt;span class="at12b_gray"&gt;[\s]*(.+?)[ 
\s]*&lt;/span&gt;</expression>
                                </RegExp>
         <RegExp conditional="titleEliminateThe" input="$$4" output="\1" 
dest="4">
-                                 <expression noclean="1">The (.*)</expression>
+                                 <expression noclean="1">^The (.*)</expression>
                          </RegExp>
                                <expression>1</expression>
                        </RegExp>
@@ -57,7 +60,7 @@
                                        <expression trim="1" 
noclean="1">&lt;span class="at12b_gray"&gt;[\s]*(.+?)[ 
\s]*&lt;/span&gt;</expression>
                                </RegExp>
         <RegExp conditional="titleEliminateThe" input="$$6" output="\1" 
dest="6">
-                                 <expression noclean="1">The (.*)</expression>
+                                 <expression noclean="1">^The (.*)</expression>
                          </RegExp>
                                <RegExp input="$$6" output=" (\1)" dest="4+">
                                  <expression />
@@ -70,7 +73,7 @@
                                        <expression trim="1" 
noclean="1">&lt;span 
class="at12b_gray"&gt;[\s]*(.+?)[\s]*&lt;/span&gt;</expression>
                                </RegExp>
         <RegExp conditional="titleEliminateThe" input="$$4" output="\1" 
dest="4">
-                                 <expression noclean="1">The (.*)</expression>
+                                 <expression noclean="1">^The (.*)</expression>
                          </RegExp>
                                <RegExp input="$$1" output=" (\1)" dest="4+">
                                        <expression trim="1" 
noclean="1">&lt;span 
class="at21b"&gt;[\s]*(.+?)[\s]*&lt;/span&gt;&lt;br&gt;</expression>
diff --git a/metadata.atmovies.com.tw/README.md 
b/metadata.atmovies.com.tw/README.md
index 3cbaee4..e134b1b 100644
--- a/metadata.atmovies.com.tw/README.md
+++ b/metadata.atmovies.com.tw/README.md
@@ -25,6 +25,6 @@ Yahoo!奇摩電影 scraper: 
https://github.com/angp/metadata.tw.movie.yahoo.com
 
 直接下載:
 
-AtMovies: 
https://github.com/angp/metadata.atmovies.com.tw/archive/atmovies_v1.4.4.zip
+AtMovies: 
https://github.com/angp/metadata.atmovies.com.tw/releases/download/atmovies_v1.4.7/metadata.atmovies.com.tw_v.1.4.7.zip
 
 Yahoo!Movie : 
https://github.com/angp/metadata.tw.movie.yahoo.com/archive/yahoo_v1.0.3.zip
diff --git a/metadata.atmovies.com.tw/addon.xml 
b/metadata.atmovies.com.tw/addon.xml
index 4aa829e..77588eb 100644
--- a/metadata.atmovies.com.tw/addon.xml
+++ b/metadata.atmovies.com.tw/addon.xml
@@ -2,7 +2,7 @@
 <addon
    id="metadata.atmovies.com.tw"
    name="AtMovies Movie Scraper"
-   version="1.4.5"
+   version="1.4.7"
    provider-name="Vincent Lu">
   <requires>
        <import addon="xbmc.metadata"                   version="2.1.0"/>
diff --git a/metadata.atmovies.com.tw/changelog.txt 
b/metadata.atmovies.com.tw/changelog.txt
index 293186a..e4ede5a 100644
--- a/metadata.atmovies.com.tw/changelog.txt
+++ b/metadata.atmovies.com.tw/changelog.txt
@@ -1,3 +1,11 @@
+
+Version 1.4.7 (Apr 15 2014)
+ - 新增忽略片名前導以中括號括住的文字, 如"[XXX]"(注意:僅
忽略第一組中括號).
+
+Version 1.4.6 (Jan 25 2014)
+ - 修正開啟忽略英文片名前導"The"選項時, 
導致片名中間的"The"以及其前面的片名
+   皆被刪除的錯誤
+
 Version 1.4.5 (Jan 7 2014)
  - 修改 addon.xml 以符合提交官方庫的格式要求
 

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

Summary of changes:
 metadata.atmovies.com.tw/AtMovies.xml  |   11 +++++++----
 metadata.atmovies.com.tw/README.md     |    2 +-
 metadata.atmovies.com.tw/addon.xml     |    2 +-
 metadata.atmovies.com.tw/changelog.txt |    8 ++++++++
 4 files changed, 17 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to