The branch, dharma has been updated
       via  5806280ae917a421f101e7ef5c39d2fa56e49bbd (commit)
      from  6096d3b7c8e50a2bdd63104dec83934a6965024a (commit)

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

commit 5806280ae917a421f101e7ef5c39d2fa56e49bbd
Author: olympia <olym...@xbmc.org>
Date:   Mon Jan 3 20:14:10 2011 +0100

    [metadata.kinopoisk.ru] updated to version 1.0.23

diff --git a/metadata.kinopoisk.ru/addon.xml b/metadata.kinopoisk.ru/addon.xml
index bdc5ee6..6d123fd 100644
--- a/metadata.kinopoisk.ru/addon.xml
+++ b/metadata.kinopoisk.ru/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.kinopoisk.ru"
        name="KinoPoisk"
-       version="1.0.22"
+       version="1.0.23"
        provider-name="hamp + akara">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.kinopoisk.ru/changelog.txt 
b/metadata.kinopoisk.ru/changelog.txt
index 8c6dfc5..78c8d46 100644
--- a/metadata.kinopoisk.ru/changelog.txt
+++ b/metadata.kinopoisk.ru/changelog.txt
@@ -1,3 +1,5 @@
+1.0.23:
+- Fixed film's year scraping
 1.0.22:
 - Fixed films search (thanks to phoen...@xbmc.ru)
 1.0.21:
diff --git a/metadata.kinopoisk.ru/kinopoisk.xml 
b/metadata.kinopoisk.ru/kinopoisk.xml
index c76e6a1..f8057a3 100644
--- a/metadata.kinopoisk.ru/kinopoisk.xml
+++ b/metadata.kinopoisk.ru/kinopoisk.xml
@@ -32,7 +32,7 @@
                                        <expression noclean="1"/>
                                </RegExp>
                                <RegExp input="$$1" 
output="&lt;year&gt;\1&lt;/year&gt;" dest="7+">
-                                       <expression>&lt;td class=""&gt;&lt;a 
href="/level/10/m_act%5Byear%5D/(\d+)/"</expression>
+                                       <expression>&lt;a 
href="/level/10/m_act%5Byear%5D/(\d+)/"</expression>
                                </RegExp>
                                <RegExp input="$$1" 
output="&lt;url&gt;http://www.kinopoisk.ru/level/1/film/\1|User-Agent=Mozilla%2F5.0%20(X11%3B%20U%3B%20Linux%20i686%3B%20en-US%3B%20rv%3A1.8.1.14)%20Gecko%2F20080418%20Ubuntu%2F7.10%20(gutsy)%20Firefox%2F2.0.0.14&lt;/url&gt;"
 dest="7+">
                                        <expression>&lt;a 
href="/level/19/film/(\d+)/"&gt;</expression>
@@ -125,7 +125,7 @@
                        </RegExp>
                        <!--YEAR-->
                        <RegExp input="$$1" output="\1" dest="13">
-                               <expression>&lt;td class=""&gt;&lt;a 
href="/level/10/m_act%5Byear%5D/\d+/"&gt;(\d+)&lt;/a&gt;</expression>
+                               <expression>&lt;a 
href="/level/10/m_act%5Byear%5D/(\d+)/"</expression>
                        </RegExp>
                        <RegExp input="$$13" 
output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
                                <expression/>

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

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


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to