summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileshareInUa.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FileshareInUa.py')
-rw-r--r--module/plugins/hoster/FileshareInUa.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FileshareInUa.py b/module/plugins/hoster/FileshareInUa.py
index 11adc4e9c..5e82057dc 100644
--- a/module/plugins/hoster/FileshareInUa.py
+++ b/module/plugins/hoster/FileshareInUa.py
@@ -10,8 +10,8 @@ class FileshareInUa(Hoster):
__pattern__ = r"http://(?:\w*\.)*?fileshare.in.ua/[A-Za-z0-9]+"
__version__ = "0.01"
__description__ = """fileshare.in.ua hoster plugin"""
- __author_name__ = ("fwannmacher")
- __author_mail__ = ("felipe@warhammerproject.com")
+ __author_name__ = "fwannmacher"
+ __author_mail__ = "felipe@warhammerproject.com"
HOSTER_NAME = "fileshare.in.ua"
PATTERN_FILENAME = r'<h3 class="b-filename">(.*?)</h3>'