diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-11-27 20:02:08 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-11-27 20:02:08 +0100 |
commit | cae35a44b4836b2ff363d0de1e73fadb62e6a943 (patch) | |
tree | 8fdfaeb76de3e4c2c7431805b4a91cce1415e9ff | |
parent | Merge pull request #2172 from bilalghouri/patch-2 (diff) | |
download | pyload-cae35a44b4836b2ff363d0de1e73fadb62e6a943.tar.xz |
Update LinksnappyCom.py
-rw-r--r-- | module/plugins/hoster/LinksnappyCom.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/LinksnappyCom.py b/module/plugins/hoster/LinksnappyCom.py index 3a5f6c049..9ac1053c2 100644 --- a/module/plugins/hoster/LinksnappyCom.py +++ b/module/plugins/hoster/LinksnappyCom.py @@ -23,7 +23,8 @@ class LinksnappyCom(MultiHoster): __description__ = """Linksnappy.com multi-hoster plugin""" __license__ = "GPLv3" - __authors__ = [("stickell", "l.stickell@yahoo.it", "Bilal Ghouri")] + __authors__ = [("stickell", "l.stickell@yahoo.it"), + ("Bilal Ghouri", None )] def handle_premium(self, pyfile): |