summaryrefslogtreecommitdiffstats
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
parentfix to work with python 2.5 (diff)
downloadpyload-005710831caa04bbe372b54ac357658963fe02bb.tar.xz
New __authors__ key, added __license__
-rw-r--r--module/plugins/accounts/RapideoPl.py4
-rw-r--r--module/plugins/hooks/RapideoPl.py4
-rw-r--r--module/plugins/hoster/RapideoPl.py4
3 files changed, 6 insertions, 6 deletions
diff --git a/module/plugins/accounts/RapideoPl.py b/module/plugins/accounts/RapideoPl.py
index f35d23827..438ce7ad3 100644
--- a/module/plugins/accounts/RapideoPl.py
+++ b/module/plugins/accounts/RapideoPl.py
@@ -13,8 +13,8 @@ class RapideoPl(Account):
__version__ = "0.01"
__type__ = "account"
__description__ = "Rapideo.pl account plugin"
- __author_name__ = ("goddie")
- __author_mail__ = ("dev@rapideo.pl")
+ __license__ = "GPLv3"
+ __authors__ = [("goddie", "dev@rapideo.pl")]
_api_url = "http://enc.rapideo.pl"
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())
diff --git a/module/plugins/hoster/RapideoPl.py b/module/plugins/hoster/RapideoPl.py
index 0c46c0593..9fd20e69e 100644
--- a/module/plugins/hoster/RapideoPl.py
+++ b/module/plugins/hoster/RapideoPl.py
@@ -9,8 +9,8 @@ class RapideoPl(SimpleHoster):
__version__ = "0.01"
__type__ = "hoster"
__description__ = "Rapideo.pl hoster plugin"
- __author_name__ = ("goddie")
- __author_mail__ = ("dev@rapideo.pl")
+ __license__ = "GPLv3"
+ __authors__ = [("goddie", "dev@rapideo.pl")]
_api_url = "http://enc.rapideo.pl"