The branch, dharma has been updated
via fc9cd484f5f293d36a06929f407275082182bb0e (commit)
from c7cbd62a2f7cdf0060bc150a4fc0a7492d6ee3a5 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=fc9cd484f5f293d36a06929f407275082182bb0e
commit fc9cd484f5f293d36a06929f407275082182bb0e
Author: olympia <[email protected]>
Date: Tue Feb 22 08:36:46 2011 +0100
[metadata.filmweb.pl] updated to v1.1.7
diff --git a/metadata.filmweb.pl/addon.xml b/metadata.filmweb.pl/addon.xml
index 7726252..9a59761 100644
--- a/metadata.filmweb.pl/addon.xml
+++ b/metadata.filmweb.pl/addon.xml
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.filmweb.pl"
name="Filmweb"
- version="1.1.6"
+ version="1.1.7"
provider-name="smuto">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
<import addon="metadata.common.themoviedb.org" version="1.0.6"/>
<import addon="metadata.common.imdb.com" version="1.0.4"/>
+ <import addon="plugin.video.youtube" />
</requires>
<extension point="xbmc.metadata.scraper.movies"
language="pl"
diff --git a/metadata.filmweb.pl/filmweb.xml b/metadata.filmweb.pl/filmweb.xml
index e9bb342..4956998 100644
--- a/metadata.filmweb.pl/filmweb.xml
+++ b/metadata.filmweb.pl/filmweb.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<scraper framework="1.0" date="2011-01-19">
+<scraper framework="1.0" date="2011-02-18">
<NfoUrl dest="3">
<RegExp input="$$1" output="<url
cache="filmweb-\1">http://www.filmweb.pl/Film?id=\1</url>"
dest="3">
<expression
noclean="1">filmweb.pl/f([0-9]*)/</expression>
@@ -34,7 +34,7 @@
</RegExp>
</FilmwebByIMDBId>
<CreateSearchUrl dest="3">
- <RegExp input="$$1"
output="<url>http://www.filmweb.pl/search/film?sort=COUNT&amp;q=\1&amp;startYear=$$2</url>"
dest="3">
+ <RegExp input="$$1"
output="<url>http://www.filmweb.pl/search/film?sort=COUNT&amp;q=\1&amp;startYear=$$2&amp;endYear=$$2</url>"
dest="3">
<expression noclean="1"/>
</RegExp>
</CreateSearchUrl>
@@ -211,6 +211,12 @@
</RegExp>
<expression noclean="1">(.+)</expression>
</RegExp>
+ <RegExp input="$$13" output="\1 [opis dystrybutora]"
dest="8">
+ <RegExp input="$$1" output="\1" dest="13">
+ <expression noclean="1"
fixchars="1">class="desc[^~]+<p>([^\[]+)\[opis</expression>
+ </RegExp>
+ <expression>(.+)</expression>
+ </RegExp>
<RegExp conditional="opis" input="$$12" output="\1
[opis dystrybutora kino]" dest="8">
<RegExp input="$$1" output="\1" dest="12">
<expression noclean="1"
fixchars="1">class="desc[^~]+<p>(.*?)</p>[^\[]+\[opis dystrybutora
kino</expression>
@@ -294,9 +300,21 @@
<RegExp input="$$6" output="<url
function="TryGetTrailer">http://www.filmweb.pl/video/trailer/\1</url>"
dest="11">
<expression
repeat="yes">singleTrailerSide[^=]+="/video/trailer/([^"]+)</expression>
</RegExp>
- <RegExp input="$$12"
output="<trailer>\1</trailer>" dest="11">
+ <RegExp input="$$12"
output="<trailer>plugin://plugin.video.youtube/?action=play_video&videoid=\1</trailer>"
dest="11">
+ <RegExp input="$$1" output="\1" dest="12">
+ <expression clear="yes"
noclean="1">youtube.com/v/(.{11})\??</expression>
+ </RegExp>
+ <expression>(.+)</expression>
+ </RegExp>
+ <RegExp input="$$12"
output="<trailer>plugin://plugin.video.youtube/?action=play_video&videoid=\1</trailer>"
dest="11">
<RegExp input="$$1" output="\1" dest="12">
- <expression clear="yes"
noclean="1">source src="([^"]+)</expression>
+ <expression clear="yes"
noclean="1">youtube.com/watch\?v=(.{11})\??</expression>
+ </RegExp>
+ <expression>(.+)</expression>
+ </RegExp>
+ <RegExp input="$$12"
output="<trailer>\1</trailer>" dest="11">
+ <RegExp input="$$1" output="\1\2" dest="12">
+ <expression clear="yes"
noclean="1">src="([^"]+)(mp4|mpg|mov)</expression>
</RegExp>
<expression>(.+)</expression>
</RegExp>
-----------------------------------------------------------------------
Summary of changes:
metadata.filmweb.pl/addon.xml | 3 ++-
metadata.filmweb.pl/filmweb.xml | 26 ++++++++++++++++++++++----
2 files changed, 24 insertions(+), 5 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk
Collect, index and harness all the fast moving IT data generated by your
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights.
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons