diff options
author | spiff_ <spiff_@svn> | 2010-06-18 19:34:35 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-06-18 19:34:35 +0000 |
commit | 7e75ee6f322d338e5093f2a3f3a3718d1294f57d (patch) | |
tree | 43f5cd2aefc8c1b60eeccd2d0be0e1666ff6ae82 /addons/metadata.common.htbackdrops.com/htbackdrops.xml | |
parent | 9dc476941c989f9d71be0974b0c48df544f31d37 (diff) |
sync with git
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31188 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.common.htbackdrops.com/htbackdrops.xml')
-rw-r--r-- | addons/metadata.common.htbackdrops.com/htbackdrops.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/addons/metadata.common.htbackdrops.com/htbackdrops.xml b/addons/metadata.common.htbackdrops.com/htbackdrops.xml index ef209f3312..5491a23923 100644 --- a/addons/metadata.common.htbackdrops.com/htbackdrops.xml +++ b/addons/metadata.common.htbackdrops.com/htbackdrops.xml @@ -1,18 +1,28 @@ <scraperfunctions> <GetHTBThumbs dest="5"> + <RegExp input="$$1" output="<details><url function="ParseHTBThumbs" post="yes">http://www.htbackdrops.com/search.php?search_terms=all&amp;search_keywords=\1</url</details>" dest="5"> + <expression noclean="1"/> + </RegExp> + </GetHTBThumbs> + <ParseHTBThumbs dest="5"> <RegExp input="$$13" output="<details>\1</details>" dest="5"> <RegExp input="$$1" output="<thumb preview="http://www.htbackdrops.com/data/thumbnails/\2">http://www.htbackdrops.com/data/media/\2</thumb>" dest="13"> <expression noclean="1" repeat="yes"><td.*?mode=search(&amp;sessionid=[^"]*)?"><img src="./data/thumbnails/([^"]+)".*?<br>Music Artist Thumbnails<br>.*?</td></expression> </RegExp> <expression noclean="1"/> </RegExp> - </GetHTBThumbs> + </ParseHTBThumbs> <GetHTBFanart dest="5"> + <RegExp input="$$1" output="<details><url function="ParseHTBFanart" post="yes">http://www.htbackdrops.com/search.php?search_terms=all&amp;search_keywords=\1</url>lt;/details>" dest="5"> + <expression noclean="1"/> + </RegExp> + </GetHTBFanart> + <ParseHTBFanart dest="5"> <RegExp input="$$13" output="<details><fanart url="http://www.htbackdrops.com/">\1</fanart></details>" dest="5"> <RegExp input="$$1" output="<thumb preview="data/thumbnails/\2">data/media/\2</thumb>" dest="13"> <expression noclean="1" repeat="yes"><td.*?mode=search(&amp;sessionid=[^"]*)?"><img src="./data/thumbnails/([^"]+)".*?<br>Music Artist Backdrops<br>.*?</td></expression> </RegExp> <expression noclean="1"/> </RegExp> - </GetHTBFanart> + </ParseHTBFanart> </scraperfunctions> |