summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FilerNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/FilerNet.py')
-rw-r--r--pyload/plugins/hoster/FilerNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FilerNet.py b/pyload/plugins/hoster/FilerNet.py
index 17c350630..d39666922 100644
--- a/pyload/plugins/hoster/FilerNet.py
+++ b/pyload/plugins/hoster/FilerNet.py
@@ -29,7 +29,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha
class FilerNet(SimpleHoster):
__name__ = "FilerNet"
__type__ = "hoster"
- __pattern__ = r"https?://(?:www\.)?filer\.net/get/(\w+)"
+ __pattern__ = r'https?://(?:www\.)?filer\.net/get/(\w+)'
__version__ = "0.03"
__description__ = """Filer.net hoster plugin"""
__author_name__ = "stickell"