summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/RapideoPl.py
diff options
context:
space:
mode:
authorGravatar synweap15 <shamdog+github@gmail.com> 2014-11-03 14:44:44 +0100
committerGravatar synweap15 <shamdog+github@gmail.com> 2014-11-03 14:44:44 +0100
commit005710831caa04bbe372b54ac357658963fe02bb (patch)
treefe1e2758df9e3e09fc09d249118950e249f4c925 /module/plugins/hooks/RapideoPl.py
parentfix to work with python 2.5 (diff)
downloadpyload-005710831caa04bbe372b54ac357658963fe02bb.tar.xz
New __authors__ key, added __license__
Diffstat (limited to 'module/plugins/hooks/RapideoPl.py')
-rw-r--r--module/plugins/hooks/RapideoPl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/RapideoPl.py b/module/plugins/hooks/RapideoPl.py
index 910dd175b..a5d7a34a5 100644
--- a/module/plugins/hooks/RapideoPl.py
+++ b/module/plugins/hooks/RapideoPl.py
@@ -17,8 +17,8 @@ class RapideoPl(MultiHoster):
("interval", "int", "Reload supported hosts interval in hours (0 to disable)", "24")]
__description__ = "Rapideo.pl hook"
- __author_name__ = ("goddie")
- __author_mail__ = ("dev@rapideo.pl")
+ __license__ = "GPLv3"
+ __authors__ = [("goddie", "dev@rapideo.pl")]
def getHoster(self):
hostings = loads(getURL("https://www.rapideo.pl/clipboard.php?json=3").strip())