diff options
Diffstat (limited to 'module/plugins/hoster/OverLoadMe.py')
-rw-r--r-- | module/plugins/hoster/OverLoadMe.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/OverLoadMe.py b/module/plugins/hoster/OverLoadMe.py index 658b3940f..33c041973 100644 --- a/module/plugins/hoster/OverLoadMe.py +++ b/module/plugins/hoster/OverLoadMe.py @@ -15,8 +15,8 @@ class OverLoadMe(Hoster): __type__ = "hoster" __pattern__ = r"https?://.*overload\.me.*" __description__ = """Over-Load.me hoster plugin""" - __author_name__ = ("marley") - __author_mail__ = ("marley@over-load.me") + __author_name__ = "marley" + __author_mail__ = "marley@over-load.me" def getFilename(self, url): try: |