summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FilerioCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/FilerioCom.py')
-rw-r--r--pyload/plugins/hoster/FilerioCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FilerioCom.py b/pyload/plugins/hoster/FilerioCom.py
index f12136f46..68f81f524 100644
--- a/pyload/plugins/hoster/FilerioCom.py
+++ b/pyload/plugins/hoster/FilerioCom.py
@@ -6,7 +6,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf
class FilerioCom(XFileSharingPro):
__name__ = "FilerioCom"
__type__ = "hoster"
- __pattern__ = r"http://(?:\w*\.)*(filerio\.(in|com)|filekeen\.com)/\w{12}"
+ __pattern__ = r"http://(?:www\.)?(filerio\.(in|com)|filekeen\.com)/\w{12}"
__version__ = "0.02"
__description__ = """FileRio.in hoster plugin"""
__author_name__ = "zoidberg"