The branch, eden-pre has been updated
       via  bb7a405706f55561b101faaa2cbdac9d3da1121c (commit)
      from  6a43c503908785dc7a43fe94a76bf614f2ab2a42 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=bb7a405706f55561b101faaa2cbdac9d3da1121c

commit bb7a405706f55561b101faaa2cbdac9d3da1121c
Author: olympia <[email protected]>
Date:   Tue May 17 20:30:22 2011 +0200

    [metadata.albums.last.fm] fixed that album review won't get always fully 
scraped

diff --git a/metadata.albums.last.fm/addon.xml 
b/metadata.albums.last.fm/addon.xml
index 5570266..0012262 100644
--- a/metadata.albums.last.fm/addon.xml
+++ b/metadata.albums.last.fm/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.albums.last.fm"
        name="Last.FM"
-       version="1.1.3"
+       version="1.1.4"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.albums.last.fm/lastfm.xml 
b/metadata.albums.last.fm/lastfm.xml
index ae3de49..5c171a9 100644
--- a/metadata.albums.last.fm/lastfm.xml
+++ b/metadata.albums.last.fm/lastfm.xml
@@ -33,7 +33,7 @@
                                <expression 
trim="1">&lt;releasedate&gt;[^,]*([0-9]+),&lt;/releasedate&gt;</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;review&gt;\1&lt;/review&gt;" dest="5+">
-                               <expression 
fixchars="1">&lt;content&gt;&lt;!\[CDATA\[(.*?)\]</expression>
+                               <expression 
fixchars="1">&lt;content&gt;&lt;!\[CDATA\[(.*?)\]\]</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;track&gt;&lt;position&gt;\1&lt;/position&gt;&lt;title&gt;\2&lt;/title&gt;&lt;/track&gt;"
 dest="5+">
                                <expression repeat="yes" noclean="1">&lt;track 
rank=&quot;(.*?)&quot;.*?&lt;name&gt;(.*?)&lt;/name&gt;</expression>

-----------------------------------------------------------------------

Summary of changes:
 metadata.albums.last.fm/addon.xml  |    2 +-
 metadata.albums.last.fm/lastfm.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to