summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/LoadTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/LoadTo.py')
-rw-r--r--module/plugins/hoster/LoadTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/LoadTo.py b/module/plugins/hoster/LoadTo.py
index d1c1eb0f8..e52346274 100644
--- a/module/plugins/hoster/LoadTo.py
+++ b/module/plugins/hoster/LoadTo.py
@@ -27,7 +27,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha
class LoadTo(SimpleHoster):
__name__ = "LoadTo"
__type__ = "hoster"
- __pattern__ = r"http://(?:www\.)?load\.to/\w+"
+ __pattern__ = r'http://(?:www\.)?load\.to/\w+'
__version__ = "0.13"
__description__ = """Load.to hoster plugin"""
__author_name__ = ("halfman", "stickell")