The branch, eden has been updated
       via  3bc94da2556d445e0d7422d495d992c14e084b10 (commit)
      from  86a482f6bc791f655115f9ebe74ff4d722b141c6 (commit)

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

commit 3bc94da2556d445e0d7422d495d992c14e084b10
Author: beenje <[email protected]>
Date:   Sat Jan 5 23:25:10 2013 +0100

    [plugin.video.manoto] updated to version 0.0.6

diff --git a/plugin.video.manoto/addon.xml b/plugin.video.manoto/addon.xml
index 13ed162..7a97b12 100755
--- a/plugin.video.manoto/addon.xml
+++ b/plugin.video.manoto/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

 <addon id="plugin.video.manoto"

        name="Manoto TV"

-       version="0.0.5"

+       version="0.0.6"

        provider-name="babak">

   <requires>

     <import addon="xbmc.python" version="2.0"/>

diff --git a/plugin.video.manoto/default.py b/plugin.video.manoto/default.py
index 35b41b4..6bd2037 100644
--- a/plugin.video.manoto/default.py
+++ b/plugin.video.manoto/default.py
@@ -68,7 +68,7 @@ def getStreamsFromPlayList(playlist):
 
 
 def loginAndParse():
-       url = 'http://' + domain + '/live'
+       url = 'https://' + domain + '/live'
 
        if not cj:              
                resp = opener.open(url)         
@@ -92,7 +92,7 @@ def loginAndParse():
 
        params = 
'__EVENTARGUMENT=&__EVENTTARGET=ctl00%%24ContentPlaceHolderMainContent%%24lbtnEnter&__EVENTVALIDATION=%s&__VIEWSTATE=%s&ctl00%%24ContentPlaceHolderMainContent%%24txtUsername=%s&ctl00%%24ContentPlaceHolderMainContent%%24txtPassword=%s'
 % (urllib.quote(eventVal['value']), urllib.quote(viewState['value']), 
urllib.quote(__settings__.getSetting('username')), 
urllib.quote(__settings__.getSetting('password')))

        
-       resp = opener.open('http://www.manoto1.com/LiveStream.aspx', params)    
+       resp = opener.open('https://www.manoto1.com/LiveStream.aspx', params)   
 
        resp = opener.open(url)
        html_data = resp.read()

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

Summary of changes:
 plugin.video.manoto/addon.xml  |    2 +-
 plugin.video.manoto/default.py |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to