The branch, dharma-pre has been updated
       via  470c4fb40a862b8ca3480cd295faedd9a48b5acf (commit)
      from  0f846310bdaa409a425082ee08a89d897fd575c2 (commit)

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

commit 470c4fb40a862b8ca3480cd295faedd9a48b5acf
Author: olympia <[email protected]>
Date:   Tue Oct 12 19:47:06 2010 +0200

    [metadata.imdb.com] changed to scrape only 1 studio

diff --git a/metadata.imdb.com/addon.xml b/metadata.imdb.com/addon.xml
index ae5fc6c..3771ee1 100644
--- a/metadata.imdb.com/addon.xml
+++ b/metadata.imdb.com/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.imdb.com"
        name="IMDb"
-        version="2.0.11"
+        version="2.1.0"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.imdb.com/changelog.txt b/metadata.imdb.com/changelog.txt
index ef50700..9bdabbf 100644
--- a/metadata.imdb.com/changelog.txt
+++ b/metadata.imdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.1.0[/B]
+- changed: scrape only 1 studio
+
 [B]2.0.11[/B]
 - changed: move scraping of IMDb rating out to IMDb scraper library
 
diff --git a/metadata.imdb.com/imdb.xml b/metadata.imdb.com/imdb.xml
index 73cebb1..1e24bae 100644
--- a/metadata.imdb.com/imdb.xml
+++ b/metadata.imdb.com/imdb.xml
@@ -69,7 +69,7 @@
                                <expression repeat="yes">&lt;a 
href="/country/[^&gt;]+&gt;([^&lt;]+)</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;studio&gt;\1&lt;/studio&gt;" dest="5+">
-                               <expression 
repeat="yes">"/company/[^&gt;]+&gt;([^&lt;]+)&lt;/a&gt;</expression>
+                               
<expression>"/company/[^&gt;]+&gt;([^&lt;]+)&lt;/a&gt;</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;outline&gt;\1&lt;/outline&gt;&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
                                <expression 
trim="1">&lt;p&gt;\n&lt;p&gt;([^&lt;]+)&lt;/p&gt;</expression>

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

Summary of changes:
 metadata.imdb.com/addon.xml     |    2 +-
 metadata.imdb.com/changelog.txt |    3 +++
 metadata.imdb.com/imdb.xml      |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to