diff options
author | synweap15 <shamdog+github@gmail.com> | 2014-11-03 14:44:44 +0100 |
---|---|---|
committer | synweap15 <shamdog+github@gmail.com> | 2014-11-03 14:44:44 +0100 |
commit | 005710831caa04bbe372b54ac357658963fe02bb (patch) | |
tree | fe1e2758df9e3e09fc09d249118950e249f4c925 /module/plugins/hoster | |
parent | fix to work with python 2.5 (diff) | |
download | pyload-005710831caa04bbe372b54ac357658963fe02bb.tar.xz |
New __authors__ key, added __license__
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/RapideoPl.py | 4 |
1 files changed, 2 insertions, 2 deletions
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" |