diff options
author | taxigps <taxigps@svn> | 2009-10-23 16:36:12 +0000 |
---|---|---|
committer | taxigps <taxigps@svn> | 2009-10-23 16:36:12 +0000 |
commit | 66d6841fac0e6d03908ba41fc272a979af992cee (patch) | |
tree | 47af86213eebf84d39c2c76fa5df0813e685eeb6 /system | |
parent | 8d487bff80efd84218bbd5aab6e612522f3bb117 (diff) |
fixed: imdb-cn scraper can't get some movie information
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23937 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system')
-rw-r--r-- | system/scrapers/video/imdb-cn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/scrapers/video/imdb-cn.xml b/system/scrapers/video/imdb-cn.xml index 8427f71b61..e9107ec90e 100644 --- a/system/scrapers/video/imdb-cn.xml +++ b/system/scrapers/video/imdb-cn.xml @@ -32,7 +32,7 @@ <GetSearchResults dest="8"> <RegExp input="$$5" output="<?xml version="1.0" encoding="gb2312" standalone="yes"?><results>\1</results>" dest="8"> <RegExp input="$$1" output="\1" dest="7"> - <expression clear="yes">/title/([t0-9]*)/ratings</expression> + <expression clear="yes">http://www.imdb.cn/title/([t0-9]*)">±¾Æ¬Ê×Ò³</expression> </RegExp> <RegExp input="$$1" output="\1" dest="6"> <expression clear="yes"><td colspan=2><span class=mn>([^<]*)</span></expression> |