The branch, dharma has been updated
       via  2750de071157cdd16488bf85658ea68743a4d11b (commit)
      from  4550766f93361ca44c06c40522b1e6e7eda8c88d (commit)

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

commit 2750de071157cdd16488bf85658ea68743a4d11b
Author: vdrfan <[email protected]>
Date:   Fri Sep 9 14:38:41 2011 +0200

    [metadata.videobuster.de] updated to version 1.1.3
    (cherry picked from commit a0e3ce99fc6e5e7390736c27b73ca747b366934b)

diff --git a/metadata.videobuster.de/addon.xml 
b/metadata.videobuster.de/addon.xml
index a3c57d9..1bf1945 100644
--- a/metadata.videobuster.de/addon.xml
+++ b/metadata.videobuster.de/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.videobuster.de"
        name="VideoBuster"
-       version="1.1.2"
+       version="1.1.3"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.videobuster.de/changelog.txt 
b/metadata.videobuster.de/changelog.txt
index bf6226b..ae2bfbf 100644
--- a/metadata.videobuster.de/changelog.txt
+++ b/metadata.videobuster.de/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.1.3[/B]
+- various fixes due to site changes
+
 [B]1.1.2[/B]
 - fixed missing poster (due to site changes)
 
diff --git a/metadata.videobuster.de/videobuster.xml 
b/metadata.videobuster.de/videobuster.xml
index 098bbf3..f0222b0 100644
--- a/metadata.videobuster.de/videobuster.xml
+++ b/metadata.videobuster.de/videobuster.xml
@@ -6,7 +6,7 @@
                </RegExp>
        </NfoUrl>
        <CreateSearchUrl dest="3" SearchStringEncoding="iso-8859-1">
-               <RegExp input="$$1" 
output="&lt;url&gt;http://www.videobuster.de/titlesearch.php?order_column=requests&amp;tab_search_content=movies&amp;search_title=\1$$4&lt;/url&gt;";
 dest="3">
+               <RegExp input="$$1" 
output="&lt;url&gt;https://www.videobuster.de/titlesearch.php?tab_search_content=movies&amp;view=title_list_view_option_list&amp;search_title=\1$$4&lt;/url&gt;";
 dest="3">
                        <RegExp input="$$2" output="&amp;search_year_to=\1" 
dest="4+">
                                <expression clear="yes">(.+)</expression>
                        </RegExp>
@@ -16,7 +16,7 @@
        <GetSearchResults dest="8">
                <RegExp input="$$5" output="&lt;?xml version=&quot;1.0&quot; 
encoding=&quot;iso-8859-1&quot; 
standalone=&quot;yes&quot;?&gt;&lt;results&gt;\1&lt;/results&gt;" dest="8">
                        <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url&gt;http://www.videobuster.de\1.html?tab=details&lt;/url&gt;&lt;/entity&gt;";
 dest="5+">
-                               <expression repeat="yes">&lt;div 
class=&quot;name&quot;&gt;&lt;a 
href=&quot;(.*?).html.*?&quot;&gt;([^&lt;]*)&lt;/a&gt;.*?&lt;label&gt;Produktion:&lt;/label&gt;.*?([0-9]+).*?&lt;label&gt;</expression>
+                               <expression repeat="yes">&lt;a 
href=&quot;([^&quot;]*)&quot; 
class=&quot;movietip_yes&quot;&gt;([^&lt;]*)&lt;/a&gt;.*?&lt;label&gt;Produktion:&lt;/label&gt;.*?([0-9]+)&lt;/div&gt;</expression>
                        </RegExp>
                        <expression noclean="1"/>
                </RegExp>
@@ -25,7 +25,7 @@
                <RegExp input="$$5" output="&lt;?xml version=&quot;1.0&quot; 
encoding=&quot;iso-8859-1&quot; 
standalone=&quot;yes&quot;?&gt;&lt;details&gt;\1&lt;/details&gt;" dest="3">
                        <!-- Title -->
                        <RegExp input="$$1" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
-                               <expression trim="1">&lt;h1 
style=&quot;margin-left:8px;&quot;>([^&lt;]*)&lt;/h1&gt;</expression>
+                               <expression 
trim="1">class=&quot;name&quot;&gt;([^&lt;]*)&lt;/h1&gt;</expression>
                        </RegExp>
                        <!-- Original Title -->
                        <RegExp input="$$1" 
output="&lt;originaltitle&gt;\1&lt;/originaltitle&gt;" dest="5+">
@@ -72,7 +72,7 @@
                        </RegExp>
                        <!-- Tagline -->
                        <RegExp input="$$1" 
output="&lt;tagline&gt;\1&lt;/tagline&gt;" dest="5+">
-                               <expression trim="1">&lt;p 
style='margin-left:9px'&gt;([^&lt;]*)&lt;/p&gt;</expression>
+                               <expression 
trim="1">class=&quot;long_name&quot;&gt;([^&lt;]*)&lt;/p&gt;</expression>
                        </RegExp>
                        <!-- Plot -->
                        <RegExp input="$$1" 
output="&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
@@ -84,11 +84,11 @@
                        </RegExp>
                        <!-- Posters -->
                        <RegExp input="$$1" output="&lt;thumb 
preview=&quot;\1/w400/\2&quot;&gt;\1/w700/\2&lt;/thumb&gt;" dest="5+">
-                               
<expression>src=&quot;(https://gfx.videobuster.de/archive/resized)/w100/([^&quot;]*)&quot;</expression>
+                               
<expression>src=&quot;(https://gfx.videobuster.de/archive/resized)/w200/([^&quot;]*)&quot;</expression>
                        </RegExp>
                        <!-- Fanart -->
                        <RegExp input="$$1" output="&lt;url 
cache=&quot;google-\1&quot; 
function=&quot;ChainTMDBFanart&quot;&gt;http://www.google.com/search?q=site:imdb.com+releaseinfo+\1+\2&lt;/url&gt;";
 dest="5+">
-                               <expression trim="1" encode="1">&lt;h1 
style=&quot;margin-left:8px;&quot;>([^&lt;]*)&lt;/h1&gt;.*?Produktion:&lt;/div&gt;.*?&lt;div
 class=&quot;content&quot;&gt;.*?([0-9]*)&lt;/div&gt;</expression>
+                               <expression trim="1" 
encode="1">class=&quot;name&quot;&gt;([^&lt;]*)&lt;/h1&gt;.*?Produktion:&lt;/div&gt;.*?&lt;div
 class=&quot;content&quot;&gt;.*?([0-9]*)&lt;/div&gt;</expression>
                        </RegExp>
                        <expression noclean="1"/>
                </RegExp>

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

Summary of changes:
 metadata.videobuster.de/addon.xml       |    2 +-
 metadata.videobuster.de/changelog.txt   |    3 +++
 metadata.videobuster.de/videobuster.xml |   12 ++++++------
 3 files changed, 10 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to