summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FreeWayMe.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FreeWayMe.py')
-rw-r--r--module/plugins/hoster/FreeWayMe.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hoster/FreeWayMe.py b/module/plugins/hoster/FreeWayMe.py
index e9ca59e3f..84a56419b 100644
--- a/module/plugins/hoster/FreeWayMe.py
+++ b/module/plugins/hoster/FreeWayMe.py
@@ -4,15 +4,15 @@ from module.plugins.Hoster import Hoster
class FreeWayMe(Hoster):
- __name__ = "FreeWayMe"
- __type__ = "hoster"
+ __name__ = "FreeWayMe"
+ __type__ = "hoster"
__version__ = "0.11"
__pattern__ = r'https://(?:www\.)?free-way\.me/.*'
__description__ = """FreeWayMe hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("Nicolas Giese", "james@free-way.me")]
+ __license__ = "GPLv3"
+ __authors__ = [("Nicolas Giese", "james@free-way.me")]
def setup(self):