diff options
Diffstat (limited to 'module/plugins/hoster/NovafileCom.py')
-rw-r--r-- | module/plugins/hoster/NovafileCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NovafileCom.py b/module/plugins/hoster/NovafileCom.py index 599ec5f7d..eb81e44bb 100644 --- a/module/plugins/hoster/NovafileCom.py +++ b/module/plugins/hoster/NovafileCom.py @@ -12,7 +12,7 @@ class NovafileCom(XFileSharingPro): __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)*novafile\.com/\w{12}" __version__ = "0.02" - __description__ = """novafile.com hoster plugin""" + __description__ = """Novafile.com hoster plugin""" __author_name__ = ("zoidberg", "stickell") __author_mail__ = ("zoidberg@mujmail.cz", "l.stickell@yahoo.it") |