The branch, eden has been updated
       via  49d74f01cc1fa4128c000ef3846a448e06e9c3db (commit)
      from  2176c872dafbe8ea8bce6634ae8f767ca95cfcae (commit)

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

commit 49d74f01cc1fa4128c000ef3846a448e06e9c3db
Author: M. Kaijser <[email protected]>
Date:   Thu Jul 11 11:27:02 2013 +0200

    [plugin.video.vimeo] 2.5.2

diff --git a/plugin.video.vimeo/VimeoLogin.py b/plugin.video.vimeo/VimeoLogin.py
index 571109c..9b40df0 100644
--- a/plugin.video.vimeo/VimeoLogin.py
+++ b/plugin.video.vimeo/VimeoLogin.py
@@ -102,7 +102,7 @@ class VimeoLogin():
 
     def extractCrossSiteScriptingToken(self):
         self.common.log("")
-        result = self.common.fetchPage({"link": "http://vimeo.com/log_in"})
+        result = self.common.fetchPage({"link": "https://vimeo.com/log_in"})
 
         xsrft = self.common.parseDOM(result["content"], "input",
                                      attrs={"id": "xsrft", "name": "token"},
@@ -146,10 +146,8 @@ class VimeoLogin():
                    'password': self.settings.getSetting("user_password"),
                    'token': xsrft}
 
-        result = self.common.fetchPage({"link": "http://vimeo.com/log_in";, 
"post_data": request,
-                                "refering": "http://www.vimeo.com/log_in"})
-
-        #result = self.common.fetchPage({"link": "http://vimeo.com/";, 
"refering": "http://vimeo.com/log_in"})
+        result = self.common.fetchPage({"link": "https://vimeo.com/log_in";, 
"post_data": request,
+                                "refering": "https://www.vimeo.com/log_in";, 
"hide_post_data": True})
 
         self.common.log("Done")
         return result
diff --git a/plugin.video.vimeo/addon.xml b/plugin.video.vimeo/addon.xml
index 3e24175..582e74b 100644
--- a/plugin.video.vimeo/addon.xml
+++ b/plugin.video.vimeo/addon.xml
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id="plugin.video.vimeo" name="Vimeo" provider-name="TheCollective" 
version="2.5.1">
+<addon id="plugin.video.vimeo" name="Vimeo" provider-name="TheCollective" 
version="2.5.2">
   <requires>
     <import addon="xbmc.python" version="2.0" />
-    <import addon="script.common.plugin.cache" version="1.5.0" />
+    <import addon="script.common.plugin.cache" version="1.5.2" />
     <import addon="script.module.parsedom" version="1.5.1" />
     <import addon="script.module.simple.downloader" version="0.9.4" />
   </requires>
@@ -11,6 +11,7 @@
   </extension>
   <extension point="xbmc.addon.metadata">
     <platform>all</platform>
+    <language />
     <summary lang="en">Vimeo video plugin</summary>
     <description lang="en">Plugin that allows you to browse and view videos 
from everybodys favorite alternative video site!</description>
     <summary lang="bg">Видео добавка за Vimeo</summary>
diff --git a/plugin.video.vimeo/changelog.txt b/plugin.video.vimeo/changelog.txt
index 0a68e56..66a64d3 100644
--- a/plugin.video.vimeo/changelog.txt
+++ b/plugin.video.vimeo/changelog.txt
@@ -3,6 +3,12 @@
 - [XBMC] has Excessive Memory use after running the plugin for prolonged 
periods of time
 - [Vimeo] Vimeo's implementation of Oauth 1 is time sensetive, meaning that an 
incorrectly set system clock will prevent the plugin from logging in
 
+[B]Version 2.5.2[/B]
+- Fixed: Site changes broke login
+
+[B]Version 2.5.1[/B]
+- Fixed: Login didn't use https everywhere
+
 [B]Version 2.5.0[/B]
 - Added album management, add / remove videos and delete / create albums
 - Added Play all option to albums, new subscription videos, watch later, and 
the liked videos feed, option will allow the user to queue and playback a up to 
250 videos
diff --git a/plugin.video.vimeo/default.py b/plugin.video.vimeo/default.py
index a85f9ea..2299ac3 100644
--- a/plugin.video.vimeo/default.py
+++ b/plugin.video.vimeo/default.py
@@ -8,7 +8,7 @@ import urllib2
 import cookielib
 
 # plugin constants
-version = "2.5.1"
+version = "2.5.2"
 plugin = "Vimeo-" + version
 author = "TheCollective"
 url = "www.xbmc.com"

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

Summary of changes:
 plugin.video.vimeo/VimeoLogin.py                   |    8 +-
 plugin.video.vimeo/addon.xml                       |    5 +-
 plugin.video.vimeo/changelog.txt                   |    6 +
 plugin.video.vimeo/default.py                      |    2 +-
 .../language/language/Bulgarian/strings.xml        |  127 --------------------
 .../language/language/English/strings.xml          |  124 -------------------
 6 files changed, 13 insertions(+), 259 deletions(-)
 delete mode 100644 
plugin.video.vimeo/resources/language/language/Bulgarian/strings.xml
 delete mode 100644 
plugin.video.vimeo/resources/language/language/English/strings.xml


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to