summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/CyberlockerCh.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/CyberlockerCh.py')
-rw-r--r--module/plugins/hoster/CyberlockerCh.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/CyberlockerCh.py b/module/plugins/hoster/CyberlockerCh.py
index 57dd26787..19a4473b3 100644
--- a/module/plugins/hoster/CyberlockerCh.py
+++ b/module/plugins/hoster/CyberlockerCh.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo
+
class CyberlockerCh(XFileSharingPro):
__name__ = "CyberlockerCh"
__type__ = "hoster"
@@ -12,4 +13,5 @@ class CyberlockerCh(XFileSharingPro):
HOSTER_NAME = "cyberlocker.ch"
+
getInfo = create_getInfo(CyberlockerCh)