The branch, frodo has been updated
via f8d77bf252f0d9f731282db6144910f90838618a (commit)
from 050d1ca8bd85f41420cbeac8b8e2d7acbcbf6a66 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=f8d77bf252f0d9f731282db6144910f90838618a
commit f8d77bf252f0d9f731282db6144910f90838618a
Author: Lee Pollock <[email protected]>
Date: Fri Feb 7 15:44:09 2014 +0000
[metadata.common.themoviedb.org] updated to version 2.11.2
diff --git a/metadata.common.themoviedb.org/addon.xml
b/metadata.common.themoviedb.org/addon.xml
index 31cb8d2..13371c8 100644
--- a/metadata.common.themoviedb.org/addon.xml
+++ b/metadata.common.themoviedb.org/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.common.themoviedb.org"
name="The Movie Database Scraper Library"
- version="2.11.1"
+ version="2.11.2"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/metadata.common.themoviedb.org/tmdb.xml
b/metadata.common.themoviedb.org/tmdb.xml
index d218610..af4bd9f 100644
--- a/metadata.common.themoviedb.org/tmdb.xml
+++ b/metadata.common.themoviedb.org/tmdb.xml
@@ -215,10 +215,10 @@
<expression clear="yes"
noclean="1">"cast":\[([^\]]*)</expression>
</RegExp>
<RegExp input="$$7"
output="<actor><name>\1</name><role>\2</role><order>\3</order><thumb>$$20original\4</thumb></actor>"
dest="2">
- <expression repeat="yes"
fixchars="1">"name":"([^"]*)","character":"([^"]*)","order":([0-9]*),"cast_id":[0-9]*,"profile_path":"([^"]*)"</expression>
+ <expression repeat="yes"
fixchars="1,2">"name":"([^"]*)","character":"((?:[^"]|(?<=\\)")*)","order":([0-9]*),"cast_id":[0-9]*,"profile_path":"([^"]*)"</expression>
</RegExp>
<RegExp input="$$7"
output="<actor><name>\1</name><role>\2</role><order>\3</order></actor>"
dest="2+">
- <expression repeat="yes"
fixchars="1">"name":"([^"]*)","character":"([^"]*)","order":([0-9]*),"cast_id":[0-9]*,"profile_path":null</expression>
+ <expression repeat="yes"
fixchars="1,2">"name":"([^"]*)","character":"((?:[^"]|(?<=\\)")*)","order":([0-9]*),"cast_id":[0-9]*,"profile_path":null</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
-----------------------------------------------------------------------
Summary of changes:
metadata.common.themoviedb.org/addon.xml | 2 +-
metadata.common.themoviedb.org/tmdb.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons