diff options
Diffstat (limited to 'module/plugins/hoster/ShareFilesCo.py')
-rw-r--r-- | module/plugins/hoster/ShareFilesCo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/ShareFilesCo.py b/module/plugins/hoster/ShareFilesCo.py index 210395cc5..e9d0e49ac 100644 --- a/module/plugins/hoster/ShareFilesCo.py +++ b/module/plugins/hoster/ShareFilesCo.py @@ -11,6 +11,7 @@ class ShareFilesCo(DeadHoster): __pattern__ = r'http://(?:www\.)?sharefiles\.co/\w{12}' __description__ = """Sharefiles.co hoster plugin""" + __license__ = "GPLv3" __authors__ = [("stickell", "l.stickell@yahoo.it")] |