The branch, dharma has been updated
via 078df35def05972ff2d28763459bb3cfa5ec01f5 (commit)
from a1b4d254f4e8e63b765b0993fb1a7d51c0eed531 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=078df35def05972ff2d28763459bb3cfa5ec01f5
commit 078df35def05972ff2d28763459bb3cfa5ec01f5
Author: olympia <[email protected]>
Date: Sun Apr 24 21:00:51 2011 +0200
[metadata.port.hu] fixed incorrectly scraped year under some circumtances
diff --git a/metadata.port.hu/addon.xml b/metadata.port.hu/addon.xml
index 17c1d18..bb407a9 100644
--- a/metadata.port.hu/addon.xml
+++ b/metadata.port.hu/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.port.hu"
name="Port.hu"
- version="1.4.2"
+ version="1.4.3"
provider-name="Bence Nádas (olympia)">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.port.hu/changelog.txt b/metadata.port.hu/changelog.txt
index 0cc21a7..4606892 100644
--- a/metadata.port.hu/changelog.txt
+++ b/metadata.port.hu/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.4.3[/B]
+- fixed: incorrectly scraped year under some circumtances
+
[B]1.4.2[/B]
- fixed: actor roles
diff --git a/metadata.port.hu/porthu.xml b/metadata.port.hu/porthu.xml
index bf2febb..4ceaf86 100644
--- a/metadata.port.hu/porthu.xml
+++ b/metadata.port.hu/porthu.xml
@@ -28,10 +28,10 @@
</RegExp>
<!--Search results if there are multiple matches-->
<RegExp input="$$1"
output="<entity><title>\2</title><year>\5</year><url>http://www.port.hu/pls/fi/films.film_page?i_where=2&i_film_id=\1</url></entity>"
dest="5">
- <expression repeat="yes"
noclean="1">i_film_id=([\d]*)&amp;i_city_id=-1&amp;i_county_id=-1&amp;i_topic_id=2"
target="_top">[^<]*[^>]*>
\(([^\)]*)?(((?!br).)*(19\d\d|20\d\d))?.*?</span></expression>
+ <expression repeat="yes"
noclean="1">i_film_id=([\d]*)&amp;i_city_id=-1&amp;i_county_id=-1&amp;i_topic_id=2"
target="_top">[^<]*[^>]*>
\(([^\)]*)?(((?!br).)*(19\d\d|20\d\d)\))?.*?</span></expression>
</RegExp>
<RegExp input="$$1"
output="<entity><title>\2</title><year>\6</year><url>http://www.port.hu/pls/fi/films.film_page?i_where=2&i_film_id=\1</url></entity>"
dest="5+">
- <expression repeat="yes"
noclean="1">i_film_id=([\d]*)&amp;i_city_id=-1&amp;i_county_id=-1&amp;i_topic_id=2"
target="_top">(?:\()?([^<\)]*)[^>]*>(
\([^\)]*)?(((?!br).)*(19\d\d|20\d\d))?.*?</span></expression>
+ <expression repeat="yes"
noclean="1">i_film_id=([\d]*)&amp;i_city_id=-1&amp;i_county_id=-1&amp;i_topic_id=2"
target="_top">(?:\()?([^<\)]*)[^>]*>(
\([^\)]*)?(((?!br).)*(19\d\d|20\d\d)\))?.*?</span></expression>
</RegExp>
<expression clear="yes" noclean="1" />
</RegExp>
-----------------------------------------------------------------------
Summary of changes:
metadata.port.hu/addon.xml | 2 +-
metadata.port.hu/changelog.txt | 3 +++
metadata.port.hu/porthu.xml | 4 ++--
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been
demonstrated beyond question. Learn why your peers are replacing JEE
containers with lightweight application servers - and what you can gain
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons