summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RealdebridCom.py
diff options
context:
space:
mode:
authorGravatar AndroKev <neureither.kevin@gmail.com> 2013-11-02 20:05:52 +0100
committerGravatar AndroKev <neureither.kevin@gmail.com> 2013-11-02 20:05:52 +0100
commita3686cc3851b64eab7597422e66bc8e5b9d54120 (patch)
tree52595439b2a52738ab68746834e3e3cea4695531 /module/plugins/hoster/RealdebridCom.py
parentDeleted the wildcard (diff)
parentNew crypter: FreetexthostCom (diff)
downloadpyload-a3686cc3851b64eab7597422e66bc8e5b9d54120.tar.xz
Merge remote-tracking branch 'upstream/stable' into stable
test
Diffstat (limited to 'module/plugins/hoster/RealdebridCom.py')
-rw-r--r--module/plugins/hoster/RealdebridCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/RealdebridCom.py b/module/plugins/hoster/RealdebridCom.py
index 59997ee7c..40ee96df9 100644
--- a/module/plugins/hoster/RealdebridCom.py
+++ b/module/plugins/hoster/RealdebridCom.py
@@ -13,7 +13,7 @@ from module.plugins.Hoster import Hoster
class RealdebridCom(Hoster):
__name__ = "RealdebridCom"
- __version__ = "0.52"
+ __version__ = "0.53"
__type__ = "hoster"
__pattern__ = r"https?://.*real-debrid\..*"
@@ -48,7 +48,7 @@ class RealdebridCom(Hoster):
else:
password = password[0]
- url = "http://real-debrid.com/ajax/unrestrict.php?lang=en&link=%s&password=%s&time=%s" % (
+ url = "https://real-debrid.com/ajax/unrestrict.php?lang=en&link=%s&password=%s&time=%s" % (
quote(pyfile.url, ""), password, int(time() * 1000))
page = self.load(url)
data = json_loads(page)