summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/StreamcloudEu.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/StreamcloudEu.py')
-rw-r--r--pyload/plugins/hoster/StreamcloudEu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/StreamcloudEu.py b/pyload/plugins/hoster/StreamcloudEu.py
index 087ad36f4..284054c15 100644
--- a/pyload/plugins/hoster/StreamcloudEu.py
+++ b/pyload/plugins/hoster/StreamcloudEu.py
@@ -10,7 +10,7 @@ from module.network.HTTPRequest import HTTPRequest
class StreamcloudEu(XFileSharingPro):
__name__ = "StreamcloudEu"
__type__ = "hoster"
- __pattern__ = r"http://(?:www\.)?streamcloud\.eu/\S+"
+ __pattern__ = r'http://(?:www\.)?streamcloud\.eu/\S+'
__version__ = "0.03"
__description__ = """Streamcloud.eu hoster plugin"""
__author_name__ = "seoester"