summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RealdebridCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-18 16:07:21 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-18 16:07:21 +0100
commit4e9c8f7ab1269966a9eac9e1b6363f5458f9f970 (patch)
tree82f54383c4f5a341ff43c06bb51e6309987c22ad /module/plugins/hoster/RealdebridCom.py
parentUpdate account plugins (diff)
downloadpyload-4e9c8f7ab1269966a9eac9e1b6363f5458f9f970.tar.xz
Update checkFile routine in some hoster plugins
Diffstat (limited to 'module/plugins/hoster/RealdebridCom.py')
-rw-r--r--module/plugins/hoster/RealdebridCom.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/hoster/RealdebridCom.py b/module/plugins/hoster/RealdebridCom.py
index 4fa42242a..e624d1f34 100644
--- a/module/plugins/hoster/RealdebridCom.py
+++ b/module/plugins/hoster/RealdebridCom.py
@@ -14,7 +14,7 @@ from module.utils import parseFileSize
class RealdebridCom(SimpleHoster):
__name__ = "RealdebridCom"
__type__ = "hoster"
- __version__ = "0.54"
+ __version__ = "0.55"
__pattern__ = r'https?://(?:[^/]*\.)?real-debrid\..*'
@@ -82,6 +82,8 @@ class RealdebridCom(SimpleHoster):
def checkFile(self):
+ super(RealdebridCom, self).checkFile()
+
check = self.checkDownload(
{"error": "<title>An error occured while processing your request</title>"})