The branch, frodo has been updated
       via  b39db2a70250e768b2fe2b3ed4a2cda50ba7d5ad (commit)
      from  230b091e645801c107289a3157cf1dfb6a0456af (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=b39db2a70250e768b2fe2b3ed4a2cda50ba7d5ad

commit b39db2a70250e768b2fe2b3ed4a2cda50ba7d5ad
Author: beenje <[email protected]>
Date:   Thu Dec 19 23:35:56 2013 +0100

    [plugin.video.esa] updated to version 1.0.5

diff --git a/plugin.video.esa/addon.xml b/plugin.video.esa/addon.xml
index acca8d6..55afa3d 100644
--- a/plugin.video.esa/addon.xml
+++ b/plugin.video.esa/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<addon id="plugin.video.esa" name="ESA Videos" version="1.0.3" 
provider-name="Jose Antonio Montes (jamontes)">
+<addon id="plugin.video.esa" name="ESA Videos" version="1.0.5" 
provider-name="Jose Antonio Montes (jamontes)">
     <requires>
         <import addon="xbmc.python" version="2.1.0"/>
     </requires>
@@ -28,5 +28,6 @@
         <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
         <forum>http://forum.xbmc.org/showthread.php?tid=170058</forum>
         <source>https://github.com/jamontes/plugin.video.esa</source>
+        <website>http://www.esa.int/ESA</website>
     </extension>
 </addon>
diff --git a/plugin.video.esa/changelog.txt b/plugin.video.esa/changelog.txt
index 6e193bf..50d2d9f 100644
--- a/plugin.video.esa/changelog.txt
+++ b/plugin.video.esa/changelog.txt
@@ -1,3 +1,8 @@
+1.0.5
+- Fixed some international string tags.
+- Added web tag to addon.xml file.
+1.0.4
+- Quick fix due to website internal change.
 1.0.3
 - Added Other Categories menu entry.
 1.0.2
diff --git a/plugin.video.esa/default.py b/plugin.video.esa/default.py
index 2fb20ee..9795ba3 100644
--- a/plugin.video.esa/default.py
+++ b/plugin.video.esa/default.py
@@ -242,7 +242,7 @@ def play_video(params):
             lutil.log("esa.play: We have found this alt video URL for '%s' 
language: '%s'" % (language, lang_url))
             buffer_link = lutil.carga_web(lang_url)
 
-    pattern_video = '<a id="download_link" href="([^"]*?)"'
+    pattern_video = '<a href="([^"]*?)" id="download_link"'
     video_url = lutil.find_first(buffer_link, pattern_video)
     if video_url:
         try:
diff --git a/plugin.video.esa/resources/language/Czech/strings.xml 
b/plugin.video.esa/resources/language/Czech/strings.xml
index e56e961..72579c3 100644
--- a/plugin.video.esa/resources/language/Czech/strings.xml
+++ b/plugin.video.esa/resources/language/Czech/strings.xml
@@ -5,7 +5,7 @@
    <string id="30012">Nelze najít URL videa</string>
    <string id="30101">Jazyk (videa)</string>
    <string id="30102">Debug (uvolnění polena)</string>
-   <String id="30103">Seřadit kritéria</string>
+   <string id="30103">Seřadit kritéria</string>
    <string id="30104">Hledat</string>
    <string id="30105">Hledat text</string>
    <string id="30106">Předchozí Stránka</string>
diff --git a/plugin.video.esa/resources/language/Greek/strings.xml 
b/plugin.video.esa/resources/language/Greek/strings.xml
index a7005f8..4f7b2df 100644
--- a/plugin.video.esa/resources/language/Greek/strings.xml
+++ b/plugin.video.esa/resources/language/Greek/strings.xml
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
 <strings>
-   <String id="30010">Επόμενη Σελίδα</string>
-   <String id="30011">Τύπος βίντεο δεν υ
ποστηρίζεται</string>
-   <String id="30012">Δεν μπόρεσα να βρώ το URL του 
βίντεο</string>
-   <String id="30101">Γλώσσα (για βίντεο)</string>
-   <String id="30102">Debug (ενεργοποίηση logs)</string>
-   <String id="30103">Kριτήρια Ταξινόμηση</string>
-   <String id="30104">Αναζήτηση</string>
-   <String id="30105">Αναζήτηση κειμένου</string>
-   <String id="30106">Προηγούμενη Σελίδα</string>
-   <String id="30107">Όλα τα Βίντεο</string>
-   <String id="30108">Λοιπές Κατηγορίες</string>
+   <string id="30010">Επόμενη Σελίδα</string>
+   <string id="30011">Τύπος βίντεο δεν υ
ποστηρίζεται</string>
+   <string id="30012">Δεν μπόρεσα να βρώ το URL του 
βίντεο</string>
+   <string id="30101">Γλώσσα (για βίντεο)</string>
+   <string id="30102">Debug (ενεργοποίηση logs)</string>
+   <string id="30103">Kριτήρια Ταξινόμηση</string>
+   <string id="30104">Αναζήτηση</string>
+   <string id="30105">Αναζήτηση κειμένου</string>
+   <string id="30106">Προηγούμενη Σελίδα</string>
+   <string id="30107">Όλα τα Βίντεο</string>
+   <string id="30108">Λοιπές Κατηγορίες</string>
 </strings>
diff --git a/plugin.video.esa/resources/language/Italian/strings.xml 
b/plugin.video.esa/resources/language/Italian/strings.xml
index dab3942..f77ca8b 100644
--- a/plugin.video.esa/resources/language/Italian/strings.xml
+++ b/plugin.video.esa/resources/language/Italian/strings.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
 <strings>
-  <string id="30010">Pagina Successiva</ string>
+  <string id="30010">Pagina Successiva</string>
   <string id="30011">Tipo video non supportato</string>
   <string id="30012">Impossibile localizzare la url</string>
   <string id="30101">Lingua (per i video </string>

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

Summary of changes:
 plugin.video.esa/addon.xml                         |    3 +-
 plugin.video.esa/changelog.txt                     |    5 ++++
 plugin.video.esa/default.py                        |    2 +-
 .../resources/language/Czech/strings.xml           |    2 +-
 .../resources/language/Greek/strings.xml           |   22 ++++++++++----------
 .../resources/language/Italian/strings.xml         |    2 +-
 6 files changed, 21 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to