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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FreeWayMe.py b/module/plugins/hoster/FreeWayMe.py
index 6bda13792..80d0b8515 100644
--- a/module/plugins/hoster/FreeWayMe.py
+++ b/module/plugins/hoster/FreeWayMe.py
@@ -8,7 +8,7 @@ class FreeWayMe(MultiHoster):
__type__ = "hoster"
__version__ = "0.14"
- __pattern__ = r'https://(?:www\.)?free-way\.me/.*'
+ __pattern__ = r'https://(?:www\.)?free-way\.me/.+'
__description__ = """FreeWayMe hoster plugin"""
__license__ = "GPLv3"