summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/RapideoPl.py
diff options
context:
space:
mode:
authorGravatar synweap15 <shamdog+github@gmail.com> 2014-07-09 13:49:42 +0200
committerGravatar synweap15 <shamdog+github@gmail.com> 2014-07-09 13:49:42 +0200
commit88ba5ecd9027ffa7a8bb5eb207085295ad35724d (patch)
treee29e69231c02583a470687d53cb2379dec8d5ead /module/plugins/hooks/RapideoPl.py
parentsimplify json loads, replace crypto with hashlib (diff)
downloadpyload-88ba5ecd9027ffa7a8bb5eb207085295ad35724d.tar.xz
newline fix
Diffstat (limited to 'module/plugins/hooks/RapideoPl.py')
-rw-r--r--module/plugins/hooks/RapideoPl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hooks/RapideoPl.py b/module/plugins/hooks/RapideoPl.py
index 0c5327903..910dd175b 100644
--- a/module/plugins/hooks/RapideoPl.py
+++ b/module/plugins/hooks/RapideoPl.py
@@ -4,6 +4,7 @@ from module.plugins.internal.MultiHoster import MultiHoster
from module.network.RequestFactory import getURL
from module.common.json_layer import json_loads as loads
+
class RapideoPl(MultiHoster):
__name__ = "RapideoPl"
__version__ = "0.01"