The branch, frodo has been updated
via 048403c0dcf0f78f3d7807ec7abeb39980777ce9 (commit)
from eea95691db02c520888fff1515f6024e5a003b2c (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=048403c0dcf0f78f3d7807ec7abeb39980777ce9
commit 048403c0dcf0f78f3d7807ec7abeb39980777ce9
Author: taxigps <[email protected]>
Date: Sat Jul 5 17:29:47 2014 +0800
[metadata.douban.com] update to version 1.0.8
diff --git a/metadata.douban.com/addon.xml b/metadata.douban.com/addon.xml
index c73c3cf..5eaefd6 100644
--- a/metadata.douban.com/addon.xml
+++ b/metadata.douban.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.douban.com"
name="douban"
- version="1.0.7"
+ version="1.0.8"
provider-name="Taxigps">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.douban.com/changelog.txt
b/metadata.douban.com/changelog.txt
index 049d19b..3f65b3b 100644
--- a/metadata.douban.com/changelog.txt
+++ b/metadata.douban.com/changelog.txt
@@ -1,3 +1,8 @@
+[B]1.0.8[/B]
+- fixed: can't get search list due to API change
+- fixed: can't get cast infomation
+- fixed: scrape error under OSX
+
[B]1.0.7[/B]
- changed: use douban API v2 search
- added: get country
diff --git a/metadata.douban.com/douban.xml b/metadata.douban.com/douban.xml
index d33d3ec..3897a70 100644
--- a/metadata.douban.com/douban.xml
+++ b/metadata.douban.com/douban.xml
@@ -21,7 +21,7 @@
<GetSearchResults dest="8">
<RegExp input="$$3" output="<results
sorted="yes">\1</results>" dest="8">
<RegExp input="$$1"
output="<entity><title>\1 - \2
(\3)</title><url>http://api.douban.com/v2/movie/subject/\4</url><id>\4</id></entity>"
dest="3+">
- <expression
repeat="yes">"title":"([^"]*)","collect_count":\d*,"original_title":"([^"]*)","subtype":"movie","year":"(\d*)","images":\{[^\}]*\},"alt":"[^"]*","id":"(\d*)"</expression>
+ <expression
repeat="yes">"title":"([^"]*)","original_title":"([^"]*)","subtype":"movie","directors":\[[^\]]*\],"year":"(\d*)","images":\{[^\}]*\},"alt":"[^"]*","id":"(\d*)"</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
@@ -32,52 +32,52 @@
<expression/>
</RegExp>
<RegExp input="$$1"
output="<title>\1</title>" dest="5+">
-
<expression>"title":"(.+?)"</expression>
+ <expression
noclean="1">"title":"(.+?)"</expression>
</RegExp>
<RegExp input="$$1"
output="<originaltitle>\1</originaltitle><title>\1</title>"
dest="5+">
-
<expression>"original_title":"(.+?)"</expression>
+ <expression
noclean="1">"original_title":"(.+?)"</expression>
</RegExp>
<RegExp input="$$1"
output="<year>\1</year>" dest="5+">
-
<expression>"year":"(.+?)"</expression>
+ <expression
noclean="1">"year":"(.+?)"</expression>
</RegExp>
<RegExp input="$$1"
output="<votes>\1</votes>" dest="5+">
-
<expression>"ratings_count":(\d+)</expression>
+ <expression
noclean="1">"ratings_count":(\d+)</expression>
</RegExp>
<RegExp input="$$1"
output="<rating>\1</rating>" dest="5+">
-
<expression>"average":([\d\.]+)</expression>
+ <expression
noclean="1">"average":([\d\.]+)</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="8">
-
<expression>"genres":\[(.+?)\]</expression>
+ <expression
noclean="1">"genres":\[(.+?)\]</expression>
</RegExp>
<RegExp input="$$8"
output="<genre>\1</genre>" dest="5+">
- <expression
repeat="yes">"(.+?)"</expression>
+ <expression noclean="1"
repeat="yes">"(.+?)"</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="8">
-
<expression>"countries":\[(.+?)\]</expression>
+ <expression
noclean="1">"countries":\[(.+?)\]</expression>
</RegExp>
<RegExp input="$$8"
output="<country>\1</country>" dest="5+">
- <expression
repeat="yes">"(.+?)"</expression>
+ <expression noclean="1"
repeat="yes">"(.+?)"</expression>
</RegExp>
<RegExp input="$$1"
output="<plot>\1</plot>" dest="5+">
-
<expression>"summary":"(.+?)"</expression>
+ <expression
noclean="1">"summary":"(.+?)"</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="8">
- <expression
clear="yes">"directors":\[(.+?)\]</expression>
+ <expression noclean="1"
clear="yes">"directors":\[(.+?)\]</expression>
</RegExp>
<RegExp input="$$8"
output="<director>\1</director>" dest="5+">
- <expression
repeat="yes">"name":"(.+?)"</expression>
+ <expression noclean="1"
repeat="yes">"name":"(.+?)"</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="8">
- <expression
clear="yes">"writers":\[(.+?)\]</expression>
+ <expression noclean="1"
clear="yes">"writers":\[(.+?)\]</expression>
</RegExp>
<RegExp input="$$8"
output="<credits>\1</credits>" dest="5+">
- <expression
repeat="yes">"name":"(.+?)"</expression>
+ <expression noclean="1"
repeat="yes">"name":"(.+?)"</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="8">
- <expression
clear="yes">"casts":\[(.+?)\]</expression>
+ <expression noclean="1"
clear="yes">"casts":\[(.+?)\]</expression>
</RegExp>
- <RegExp input="$$8"
output="<actor><thumb>http://\1/img/celebrity/large/\2.jpg</thumb><name>\3</name></actor>"
dest="5+">
- <expression
repeat="yes">"large":"http:\\/\\/(.+?)\\/img\\/celebrity\\/large\\/(\d+).jpg".+?"name":"(.+?)"</expression>
+ <RegExp input="$$8"
output="<actor><thumb>http://\2/img/celebrity/large/\3.jpg</thumb><name>\4</name></actor>"
dest="5+">
+ <expression noclean="1"
repeat="yes">"avatars":(null,|.*?"large":"http:\\/\\/(.+?)\\/img\\/celebrity\\/large\\/(.+?).jpg".*?)"alt":.+?"name":"(.+?)"</expression>
</RegExp>
<RegExp input="$$2" output="<url
cache="\1-poster.html"
function="GetPoster">http://movie.douban.com/subject/\1/photos?type=R</url>"
dest="5+">
<expression/>
-----------------------------------------------------------------------
Summary of changes:
metadata.douban.com/addon.xml | 2 +-
metadata.douban.com/changelog.txt | 5 +++++
metadata.douban.com/douban.xml | 36 ++++++++++++++++++------------------
3 files changed, 24 insertions(+), 19 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons