The branch, frodo has been updated
via 41deed01689f0729ea3d07782d5abd9086929457 (commit)
from 7fa2d08a83226b3b6822cd1c6c6ef3e3168434a6 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=41deed01689f0729ea3d07782d5abd9086929457
commit 41deed01689f0729ea3d07782d5abd9086929457
Author: M. Kaijser <[email protected]>
Date: Thu Jul 11 11:28:32 2013 +0200
[plugin.video.vimeo] 3.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 0e7989f..6440b5b 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="3.5.1">
+<addon id="plugin.video.vimeo" name="Vimeo" provider-name="TheCollective"
version="3.5.2">
<requires>
<import addon="xbmc.python" version="2.1.0" />
- <import addon="script.common.plugin.cache" version="2.5.0" />
+ <import addon="script.common.plugin.cache" version="2.5.2" />
<import addon="script.module.parsedom" version="2.5.1" />
<import addon="script.module.simple.downloader" version="1.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 42e74c5..59894a9 100644
--- a/plugin.video.vimeo/default.py
+++ b/plugin.video.vimeo/default.py
@@ -8,7 +8,7 @@ import urllib2
import cookielib
# plugin constants
-version = "3.5.1"
+version = "3.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