diff options
Diffstat (limited to 'module/plugins/hoster/Share76Com.py')
-rw-r--r-- | module/plugins/hoster/Share76Com.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/Share76Com.py b/module/plugins/hoster/Share76Com.py index 2c5dd877d..e78218150 100644 --- a/module/plugins/hoster/Share76Com.py +++ b/module/plugins/hoster/Share76Com.py @@ -11,8 +11,7 @@ class Share76Com(DeadHoster): __pattern__ = r'http://(?:www\.)?share76.com/\w{12}' __description__ = """Share76.com hoster plugin""" - __author_name__ = "me" - __author_mail__ = None + __authors__ = [] getInfo = create_getInfo(Share76Com) |