diff options
Diffstat (limited to 'module/plugins/hoster/FastixRu.py')
-rw-r--r-- | module/plugins/hoster/FastixRu.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FastixRu.py b/module/plugins/hoster/FastixRu.py index 8805081c9..39091d769 100644 --- a/module/plugins/hoster/FastixRu.py +++ b/module/plugins/hoster/FastixRu.py @@ -13,8 +13,8 @@ class FastixRu(Hoster): __type__ = "hoster" __pattern__ = r"http://(?:www\.)?fastix\.(ru|it)/file/(?P<ID>[a-zA-Z0-9]{24})" __description__ = """Fastix hoster plugin""" - __author_name__ = ("Massimo Rosamilia") - __author_mail__ = ("max@spiritix.eu") + __author_name__ = "Massimo Rosamilia" + __author_mail__ = "max@spiritix.eu" def getFilename(self, url): try: |