diff options
author | vdrfan <vdrfan@svn> | 2009-11-21 22:17:17 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2009-11-21 22:17:17 +0000 |
commit | 87ce10b857909ec5976b66d3a5bce2f51d1ed9cd (patch) | |
tree | e49e07f00ac922b1135733bdf63c6bcdd07e548b | |
parent | e66f18a82e5ced2624aa1ba4ce223d5d8d0686c4 (diff) |
fixed: minor typo in filmstarts.de movie scraper
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24852 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | system/scrapers/video/filmstarts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/scrapers/video/filmstarts.xml b/system/scrapers/video/filmstarts.xml index 41e7c0b00b..27d1f16f07 100644 --- a/system/scrapers/video/filmstarts.xml +++ b/system/scrapers/video/filmstarts.xml @@ -32,7 +32,7 @@ </CreateSearchUrl> <GetSearchResults dest="3"> <RegExp input="$$5" output="<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?><results>\1</results>" dest="3"> - <RegExp input="$$1" output="<entity><title>\2</title><url>http://www.filmstarts.de/kritiken/\1</url>;</entity>" dest="5"> + <RegExp input="$$1" output="<entity><title>\2</title><url>http://www.filmstarts.de/kritiken/\1</url></entity>" dest="5"> <expression repeat="yes"><li><a href="/kritiken/([^"]*)">.*?<span class="t">([^<]*)</span></expression> </RegExp> <expression noclean="1"/> |